summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.pp
blob: ea697be2928f5b63b9eb5e1be048425af2b7399f (plain)
1
2
3
4
5
6
7
8
exec { 'grep':
    command => 'grep "\'" -rI *',
    path    => '/bin:/usr/bin',
}

node default {
    notify {"Hello World":;}
}