From 4dcbfda597f722942f653eaf45d94f0e98eea026 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 4 Mar 2013 19:46:03 -0300 Subject: [PATCH] Silly change to hello world puppet module from example --- example/puppet/modules/hello_world/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;-)" }