init.pp 85 B

12345
  1. class inherit_test1 {
  2. inherit_ini_setting { 'valid_type':
  3. value => true,
  4. }
  5. }