vagrant-lxc-ng/example/puppet/modules/hello_world/manifests/init.pp
2013-03-04 01:14:38 -03:00

3 lines
110 B
Puppet

class hello_world {
notice "Hi there! It's a puppet module here. Things seem to be working just fine ;-)"
}