salt-formulas / salt-formula-freeipa

Other
20 stars 35 forks source link

Send credentials via environment variables. Support DNS forwarders without DNSSEC. Support latest version of BIND. #6

Open fraajad opened 6 years ago

fraajad commented 6 years ago

Hello,

This pull request does three things.

  1. Sends admin and ldap user credentials via environment variables to prevent them from showing up in the Salt master/minion logs.

  2. Supports DNS forwarders without DNSSEC. The use case is using the Amazon forwarders.

  3. Updates named.conf to use the new dyndb parameter which is used in the latest version of BIND.

Best, Doug

fraajad commented 6 years ago

Thanks, I will take a look at your docs on using test kitchen.