inkblot / puppet-bind

18 stars 81 forks source link

Taking in account your hiera ? #117

Closed rgarrigue closed 7 years ago

rgarrigue commented 7 years ago

Hello

What's the trick to take into account your hiera.yaml, plus data/ stuff ? I had to drop a c/c of RedHat.yml in my nodes/{{fqdn}}.yml, otherwise I'm screwed.

bind::defaults::supported: true
bind::defaults::bind_user: 'named'
...

Regards,

inkblot commented 7 years ago

Earlier versions of the module relied on ripienaar/module_data and worked with Puppet 3.x. Since version 6.0, after implementation of the current arrangement, the module requires the module data support that is now built into Puppet 4.x. It's documented here.