2016-12-27 08:10:47 -08:00

9 lines
130 B
Puppet

exec { 'grep':
command => 'grep "\'" -rI *',
path => '/bin:/usr/bin',
}
node default {
notify {"Hello World":;}
}