Style guide: explicitely specify empty namespace
1 parent d521722 commit 4b12105fd55d3cf872428c665da3a63240c55e9c
@root root authored on 12 Aug 2012
Showing 1 changed file
View
2
■■■
manifests/init.pp
}
 
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",
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,
}
}