Created
July 22, 2016 16:06
-
-
Save galenemery/3bfc1dd0beec2b4fa0063a8c7f439269 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
{ | |
"name": "base", | |
"description": "Base Server Role", | |
"default_attributes": { | |
"chef_client": { | |
"interval": 300, | |
"splay": 60, | |
"config": { | |
"ssl_verify_mode": ":verify_peer", | |
"log_level": ":info" | |
} | |
}, | |
"chocolatey": { | |
"packages": [ | |
"notepadplusplus", | |
"sublimetext3" | |
] | |
} | |
}, | |
"run_list": [ | |
"recipe[chef-client::delete_validation]", | |
"recipe[chef-client::config]", | |
"recipe[chef-client]", | |
"recipe[pantry]", | |
"recipe[workstation-cookbook]" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment