diff options
-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: { |