voxpupuli / puppet-puppetwebhook

Manage the installation and configuration of the puppet_webhook gem
Apache License 2.0
0 stars 7 forks source link

`app_cfg` parameter should have defaults merged. #14

Open alexjfisher opened 5 years ago

alexjfisher commented 5 years ago

It should be possible to declare the class with a minimal config such as...

class { 'puppetwebhook':
  app_cfg => {
    'pass'  => 'SOME_SECRET',
  },
}

and have defaults for the other app_cfg parameters merged in somehow.