diff --git a/manifests/init.pp b/manifests/init.pp index 19dc370..278185a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -10,6 +10,6 @@ concat::fragment{'interfaces_header': target => '/etc/network/interfaces', content => "# This file describes the network interfaces available on your system\n# and how to activate them. For more information, see interfaces(5).\n\n# Generated by puppet for ${fqdn}, DO NOT MODIFY!\n\n", - order => 01, + order => 01, } }