Skip to content

Instantly share code, notes, and snippets.

@galenemery
Created July 22, 2016 16:06
Show Gist options
  • Save galenemery/3bfc1dd0beec2b4fa0063a8c7f439269 to your computer and use it in GitHub Desktop.
Save galenemery/3bfc1dd0beec2b4fa0063a8c7f439269 to your computer and use it in GitHub Desktop.
{
"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