Slide 16
Slide 16 text
Recent Chef and Windows improvements TL;DR
- knife rehash - speed up slow knife loading time on Windows especially...
http://grdnr.io/slow-knife-speed-up-with-knife-rehash/
PS C:\Users\spreston> knife rehash
Knife subcommands are cached in C:/Users/spreston/.chef/plugin_manifest.json. Delete this file to
disable the caching.
- Windows installer includes Scheduled Task creation:
https://docs.chef.io/windows.html
msiexec /qn /i C:\inst\chef-client-12.4.3-1.windows.msi
ADDLOCAL="ChefClientFeature,ChefSchTaskFeature,ChefPSModuleFeature"