vagrant-lxc-ng/example/puppet/manifests/site.pp
2013-03-08 23:50:00 -03:00

6 lines
119 B
Puppet

Exec { path => [ '/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/'] }
notice "Hi there! puppet here"
require hello_world