module-inifile/spec/fixtures/modules/inherit_test1/manifests/init.pp
Richard Clamp bd6d244610 add a type to test inheriting from ini_setting
In order to test with rspec-puppet we need to set up the fixtures, and test via
rake spec, so we change that too
2013-07-16 10:17:27 +01:00

5 lines
85 B
Puppet

class inherit_test1 {
inherit_ini_setting { 'valid_type':
value => true,
}
}