Skip to content

Instantly share code, notes, and snippets.

@ffpollock
Created April 6, 2017 19:10
Show Gist options
  • Save ffpollock/021aa7a89c010de8dbbd39eeac3dafc3 to your computer and use it in GitHub Desktop.
Save ffpollock/021aa7a89c010de8dbbd39eeac3dafc3 to your computer and use it in GitHub Desktop.
{
"name": "client",
"description": "Temporary role for chef-client override",
"chef_type": "role",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
"chef-client": {
"config": {
"bin": "CORRECT BIN PATH HERE"
}
}
},
"run_list": [
"recipe[example]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment