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

7 lines
120 B
Puppet

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