chef-auto-patch
chef-auto-patch copied to clipboard
Chef Cookbook for Automatically Patching Nodes
https://github.com/bflad/chef-auto-patch/blob/70300ec8c22b08bc334685651651ad3212589379/templates/default/auto-patch-prep.sh.erb#L30 Note that the apt-get man page has this to say about the -q=2 option: ``` -q, --quiet Quiet; produces output suitable for logging, omitting progress indicators. More q's will...
PR #8 fixes the chef deprecation warnings for the node.set being used instead of node.override.
Added recipes to handle updating with the chef run and scheduling an update for a single time in the future. Testing modules are included for unit and integration
Tried using this cookbook with aws linux. Jobs didn't start. needs /etc/cron.d/auto-patch a second newline at end of file. I changed the resource type from cron_d to cron as an...