I’m looking to update some parameters in client.rb. I’d like to do this
using chef, but did not see any examples of this during my searching of the
interwebs.
I know I could create a template in a cookbook and have that be that, but
wanted to know if there are any caveats or complexities for this.
I'm looking to update some parameters in client.rb. I'd like to do this using chef, but did not see any examples of this during my searching of the interwebs.
I know I could create a template in a cookbook and have that be that, but wanted to know if there are any caveats or complexities for this.
--
Dylan Northrup
You should have a look at the chef-client cookbook which does exactly
that (and some more)
I am in a similar need where I don’t have any specific parameter to change but the client.rb is not the same on some chef nodes. I like to create template and manage client.rb so it is consistent on all chef nodes. Are there any caveats with this approach.