X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fhosts%2Fmanifests%2Finit.pp;h=e7bb587a32ae5bbe38946870a6fc937be550f023;hb=c7467f022874eb62e0fde888f5fc089727b28a9e;hp=cdd1901713415ba86457ce2af1fa72ba9ca56bde;hpb=7f86914b9cb237cb1cf8c720f86902bef717cfaa;p=mirror%2Fdsa-puppet.git diff --git a/modules/hosts/manifests/init.pp b/modules/hosts/manifests/init.pp index cdd190171..e7bb587a3 100644 --- a/modules/hosts/manifests/init.pp +++ b/modules/hosts/manifests/init.pp @@ -1,10 +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') + } } - -# vim:set et: -# vim:set sts=4 ts=4: -# vim:set shiftwidth=4: