rspec-puppet/spec/fixtures/manifests/site.pp

8 lines
84 B
Puppet

node default {
notify { 'test': }
}
node /testhost/ {
include sysctl::common
}