X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhosts%2Fmanifests%2Finit.pp;h=e7bb587a32ae5bbe38946870a6fc937be550f023;hb=33397101fdded2f7c0b5aed18a2a931736e8c1fd;hp=279da0f48842ea3db8bee3513060682b7d145970;hpb=50acf936d799c9b11fc7548a27d20864eccdaf5a;p=mirror%2Fdsa-puppet.git diff --git a/modules/hosts/manifests/init.pp b/modules/hosts/manifests/init.pp index 279da0f48..e7bb587a3 100644 --- a/modules/hosts/manifests/init.pp +++ b/modules/hosts/manifests/init.pp @@ -1,7 +1,13 @@ +# = Class: hosts +# +# This class fixes up broken /etc/hosts files +# +# == Sample Usage: +# +# include hosts +# class hosts { - - file { - "/etc/hosts": content => template("hosts/etc-hosts.erb"); - } + file { '/etc/hosts': + content => template('hosts/etc-hosts.erb') + } } -