X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhosts%2Fmanifests%2Finit.pp;h=e7bb587a32ae5bbe38946870a6fc937be550f023;hb=acd7307b957e69c417474f0a84c8e894f5a8ad28;hp=468107dc052a8a992085b1f3c396bba8d01350dd;hpb=5079caefee79ad3643d5b249c9cf4dda2f0696d9;p=mirror%2Fdsa-puppet.git diff --git a/modules/hosts/manifests/init.pp b/modules/hosts/manifests/init.pp index 468107dc0..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("etc-hosts.erb"); - } + file { '/etc/hosts': + content => template('hosts/etc-hosts.erb') + } } -