Update Chef to 15.3.14 #104

Manually merged
raucao merged 17 commits from feature/103-chef_15 into master 2019-10-13 18:15:09 +00:00
Showing only changes of commit 8fdafa1484 - Show all commits

View File

@ -11,3 +11,24 @@ local_mode true # Chef local mode, replacing Solo
cookbook_copyright 'Kosmos'
cookbook_license 'none'
cookbook_email 'mail@kosmos.org'
# Knife-Zero config, see https://knife-zero.github.io/40_configuration/
# Prevent attributes from being saved to the node files
knife[:automatic_attribute_whitelist] = %w[
fqdn
os
os_version
hostname
ipaddress
roles
recipes
ipaddress
platform
platform_version
cloud
cloud_v2
chef_packages
]
knife[:default_attribute_whitelist] = []
knife[:normal_attribute_whitelist] = ['knife_zero']
knife[:override_attribute_whitelist] = []