bd6d244610
In order to test with rspec-puppet we need to set up the fixtures, and test via rake spec, so we change that too
5 lines
85 B
Puppet
5 lines
85 B
Puppet
class inherit_test1 {
|
|
inherit_ini_setting { 'valid_type':
|
|
value => true,
|
|
}
|
|
}
|