is it possibel to put your changed client.rb at knife bootstrap, i know we
can write our own bootstrap but i could not find a good example of it,
i changed the the rb file under ~/.chef/bootstrap but looks like thats not
gettting picked up.
is it possibel to put your changed client.rb at knife bootstrap, i know we
can write our own bootstrap but i could not find a good example of it,
i changed the the rb file under ~/.chef/bootstrap but looks like thats not
gettting picked up.
Am i missing something please help.
The client.rb is generated by the default boostrap procedure by
calling a method inside Chef called config_content:
If you don't like what it's doing, you can put your own content in the
section of your custom bootstrap template pertaining to the client.rb
generation and don't bother with config_content.
Oh, and to be clear, to make a custom bootstrap template, call it some
name e.g. "your-bootstrap-template.erb" and put it in
~/.chef/bootstrap; then when you bootstrap, call "knife bootstrap -d
your-bootstrap-template "
You can cargo-cult from chef-full.erb to get started.
is it possibel to put your changed client.rb at knife bootstrap, i know we
can write our own bootstrap but i could not find a good example of it,
i changed the the rb file under ~/.chef/bootstrap but looks like thats not
gettting picked up.