diff --git a/example/puppet/modules/hello_world/manifests/init.pp b/example/puppet/modules/hello_world/manifests/init.pp index 716995d..952d2fc 100644 --- a/example/puppet/modules/hello_world/manifests/init.pp +++ b/example/puppet/modules/hello_world/manifests/init.pp @@ -1,3 +1,3 @@ class hello_world { - notice "Hi there! It's a puppet module here. Things seem to be working just fine ;-)" + notice "Puppet module here. Things seem to be working just fine ;-)" }