Michael Hedgpeth
Michael Hedgpeth
Jobs and their meta data should persist a service restart. This can create edge problems like: 1. Submit an upgrade cafe job (which will restart) 2. Submit an upgrade chef...
The cafe.Updater should be updated by cafe: ``` cafe updater download: 0.8.0 ``` Should stage the zip file locally Then I should be able to run: ``` cafe updater install:...
For some chef runs it appears that one must run chef as a particular user. This may be configured at the cafe cookbook level.
# Description If you have this `Policyfile.rb` in a cookbook: ```ruby name 'kitchen-cloudpassage' default_source :supermarket, 'https://supermarket.chef.io' run_list 'recipe[chef-vault::default]', 'recipe[mycookbook::default]' ``` But forget to add this line: ``` cookbook 'mycookbook', path:...