vagrant-lxc-ng/example/puppet/modules/hello_world/manifests/init.pp

4 lines
93 B
Puppet

class hello_world {
notice "Puppet module here. Things seem to be working just fine ;-)"
}