Add configuration for knife-solo

Disable Berkshelf integration and set the version of Chef to install on
the server
This commit is contained in:
Greg Karékinian 2018-04-17 13:42:38 +02:00
parent a35867f3d9
commit 6a86fc64fa

View File

@ -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"