Silly change to hello world puppet module from example

This commit is contained in:
Fabio Rehm 2013-03-04 19:46:03 -03:00
parent 2d33c8750e
commit 4dcbfda597

View file

@ -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 ;-)"
}