phpservermon/puphpet/puppet/modules/staging/tests/scope_defaults.pp

8 lines
83 B
Puppet

Exec {
path => '/bin',
}
if scope_defaults('Exec', 'path') {
notice('good')
}