shortdudey123 / chef-salt

Chef Cookbook for Salt
https://supermarket.chef.io/cookbooks/salt
Apache License 2.0
6 stars 15 forks source link

create lwrp external_auth #44

Open vkhatri opened 7 years ago

vkhatri commented 7 years ago

allow wrapper cookbook to create external auth configuration files under /etc/salt/master.d/ using LWRP.

will submit a PR shortly.

shortdudey123 commented 7 years ago

Since this is already done w/ attributes, what would the advantage of doubling it?

vkhatri commented 7 years ago

It helps to avoid attributes precedence when dealing with a complex environment.

Also, setting up attributes and overriding does not work that well when using wrapper cookbooks.

shortdudey123 commented 7 years ago

In very complex env's i could see it being a big annoyance Carry on :)