diff options
author | duritong <peter.meier@immerda.ch> | 2009-05-05 00:37:22 +0200 |
---|---|---|
committer | duritong <peter.meier@immerda.ch> | 2009-05-05 00:37:22 +0200 |
commit | b6c5d9320b6c0f63b9e2ba71c78782c7dec835ff (patch) | |
tree | 95f18d4f9ab7862ade645eb92110c033afaa7574 /manifests | |
parent | d937e78bc4d2ed46e467eefcb21329eec6197916 (diff) |
cleanup comment
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3136c8a..e4e3da7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ # # puppet module -# modules/puppet/manifests/init.pp - manage puppet stuff +# manifests/init.pp - manage puppet stuff # original by luke kanies # http://github.com/lak # adapted by puzzle itc @@ -18,8 +18,6 @@ # the Free Software Foundation. # -# modules_dir { "puppet": } - class puppet { case $kernel { linux: { |