vagrant-lxc-ng/example/puppet/manifests/site.pp

6 lines
119 B
ObjectPascal
Raw Normal View History

2013-03-04 04:14:38 +00:00
Exec { path => [ '/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/'] }
notice "Hi there! puppet here"
require hello_world