Skip to content

Commit

Permalink
Merge pull request #320 from MsysTechnologiesllc/ashwini/Fix_python_s…
Browse files Browse the repository at this point in the history
…yntax_issue

Fix python syntax error found while testing Redhat 8 for environment variable and Updated example of custom_json_attr
  • Loading branch information
Vasundhara Jagdale authored Aug 14, 2020
2 parents 94f9a55 + f67639c commit 0d56976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChefExtensionHandler/bin/parse_env_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
commands=""
for key, value in data.items():
commands=commands+'export '+key+'="'+value+'";'
print commands
print(commands)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ publicconfig.config example:
"CHEF_LICENSE" : "accept-no-persist",
"custom_json_attr": {
"container_service": { "chef-init-test": { "command": "C:\\opscode\\chef\\bin" } },
"custom_json_attr": { "policy_group": "azuregrp", "policy_name": "azurepolicy" }
"policy_group": "azuregrp",
"policy_name": "azurepolicy"
},
"bootstrap_options": {
"chef_node_name":"mynode3",
Expand Down

0 comments on commit 0d56976

Please sign in to comment.