opengovfoundation / madison

Madison is a platform for lawmakers to share legislation with their citizens, allowing the community to add comments and suggest improvements.
GNU General Public License v3.0
677 stars 108 forks source link

Make user and Madison knife configs play nice #1044

Closed sethetter closed 8 years ago

sethetter commented 8 years ago

Currently having /path/to/madison/.chef/knife.rb and ~/.chef/knife.rb both results in some clobbering that gets in the way of OpenGov specific use of knife commands for chef server. Other users should just need the madison-specific knife config though.

The plan is to add to the madison knife config to check for a gitignored local knife.local.rb in the project folder that contains any settings we wish to override.