6 lines
120 B
Puppet
6 lines
120 B
Puppet
Exec { path => [ '/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/'] }
|
|
|
|
notice "Hi there! puppet here"
|
|
|
|
require hello_world
|
|
|