-
-
Save lisp-ceo/8827182 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log_level :info | |
log_location STDOUT | |
node_name 'solo' | |
client_key File.expand_path('../solo.pem', __FILE__) | |
cache_type 'BasicFile' | |
cache_options( :path => File.expand_path('../checksums', __FILE__)) | |
cookbook_path [ File.expand_path('../../cookbooks', __FILE__) ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can generate this file using `ssh-keygen -f .chef/solo.pem`. It is really not used but must be here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_name 'solo' | |
file_cache_path File.expand_path('../cache', __FILE__) | |
file_backup_path File.expand_path('../backup', __FILE__) | |
cookbook_path File.expand_path('../cookbooks', __FILE__) | |
role_path File.expand_path('../roles', __FILE__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment