diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..915186c --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,9 @@ +# Class testing_puppet +# +# Description +# Example module for blogging about testing Puppet code. +# http://blog.mmars.org +# +class testing_puppet { + +}