Remove unneeded setting
In Chef 15 local_mode is enough
This commit is contained in:
parent
a7aa38805c
commit
f5858a8a6e
@ -7,7 +7,6 @@ environment_path "environments"
|
|||||||
data_bag_path "data_bags"
|
data_bag_path "data_bags"
|
||||||
encrypted_data_bag_secret "#{current_dir}/encrypted_data_bag_secret"
|
encrypted_data_bag_secret "#{current_dir}/encrypted_data_bag_secret"
|
||||||
local_mode true # Chef local mode, replacing Solo
|
local_mode true # Chef local mode, replacing Solo
|
||||||
chef_zero.enabled true
|
|
||||||
|
|
||||||
cookbook_copyright 'Kosmos'
|
cookbook_copyright 'Kosmos'
|
||||||
cookbook_license 'none'
|
cookbook_license 'none'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user