Created
April 6, 2017 19:10
-
-
Save ffpollock/021aa7a89c010de8dbbd39eeac3dafc3 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": "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