exim: use a different local part suffix for tracker virtual users
[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 }