Add configuration for knife-solo
Disable Berkshelf integration and set the version of Chef to install on the server
This commit is contained in:
parent
a35867f3d9
commit
6a86fc64fa
@ -11,3 +11,9 @@ local_mode true # Chef local mode, replacing Solo
|
|||||||
cookbook_copyright 'Kosmos'
|
cookbook_copyright 'Kosmos'
|
||||||
cookbook_license 'none'
|
cookbook_license 'none'
|
||||||
cookbook_email 'mail@kosmos.org'
|
cookbook_email 'mail@kosmos.org'
|
||||||
|
|
||||||
|
# Disable knife-solo's Berkshelf integration, since we vendor all third party
|
||||||
|
# cookbooks
|
||||||
|
knife[:berkshelf] = false
|
||||||
|
# Set Chef version installed by `knife solo prepare`
|
||||||
|
knife[:bootstrap_version] = "13.8.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user