Closed bitpusher-real closed 7 years ago
Thanks for the pull request! I don't suppose you'd have any interest in taking over the project? Since we switched from Chef to Salt, I just haven't had the time to be a responsible maintainer.
Sure, Daryl. I think we can do that. We plan on using both tools for the foreseeable future and I've got some ideas how to improve the cookbook too. Do you just want to transfer the repository to us?
-Yaakov
@bitpusher-real can you rebase on master and apply your attribute change again?
@bitpusher-real any updates on this?
Closing due to inactivity Please open a new PR if this is needed in the future
We ran into two issues when using this cookbook. One was we have a more modern version of apt in our repos, hence bumping the requirements. The second is bootstrapping this cookbook onto the first salt master, when this is in our base cookbook. Rather than creating complex logic in our base cookbook to include or not this recipe, we opted to make things fall through when there are no salt masters yet. The reason why is that we need the chef client run to complete, always. This change allows us to include the recipe on all chef nodes, regardless whether there is a salt master present. Once the salt master comes online, running chef-client manually on each node will reconfigure salt-minion to point to the master and do all the things it should do correctly.