Skip to content

Instantly share code, notes, and snippets.

@yoplait
Created October 14, 2014 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoplait/6d5c6e7cd18ea810e20a to your computer and use it in GitHub Desktop.
Save yoplait/6d5c6e7cd18ea810e20a to your computer and use it in GitHub Desktop.
base2.json
{
"name" : "base2",
"description" : "Base Role",
"json_class": "Chef::Role",
"default_attributes" :{
},
"chef_type": "role",
"run_list" :
[
"recipe[apt]",
"recipe[chef-client]",
"recipe[bootstrap]",
"recipe[sudo]"
],
"override_attributes": {
"authorization": {
"sudo" : {
"users": ["ubuntu","jcperez"],
"passwordless": "true"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment