Newer
Older
puppet-interfaces / manifests / auto.pp
@root root on 12 Aug 2012 160 bytes Style cleanup: align ressources
define interfaces::auto ( ) {
  concat::fragment{"interfaces::auto_${name}":
    target  => '/etc/network/interfaces',
    content => "auto ${name}\n\n",
  }
}