Compare commits

..

No commits in common. "484f1306daa41f80cb21f7e1977ae76188654221" and "7fd558215db810c19bebeca3e2c6cd684d19f3dd" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,10 @@ data_bag_path "data_bags"
encrypted_data_bag_secret "#{current_dir}/encrypted_data_bag_secret"
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[

View File

@ -1,4 +0,0 @@
# Set default values for `chef generate cookbook COOKBOOK_NAME`
chefdk.generator.copyright_holder 'Kosmos Developers'
chefdk.generator.license 'mit'
chefdk.generator.email 'mail@kosmos.org'