Merge branch 'chore/default_license' of kosmos/chef into master

This commit is contained in:
gregkare 2019-12-27 15:32:10 +00:00 committed by Gitea
commit 484f1306da
2 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,6 @@ 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[

4
config.rb Normal file
View File

@ -0,0 +1,4 @@
# 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'