try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / staging / tests / scope_defaults.pp
1 Exec {
2   path => '/bin',
3 }
4
5 if scope_defaults('Exec', 'path') {
6   notice('good')
7 }