3073ff4aaffe1888e5b8b02490fca0b2267033a5
[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 }