Commit 4d3c9e71 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #726 from rocketnova/master

provisioner/chef-solo: Chef environment doesn't work for chef-solo
parents 4b19de65 bb8e9ad7
......@@ -522,7 +522,7 @@ data_bag_path "{{.DataBagsPath}}"
encrypted_data_bag_secret "{{.EncryptedDataBagSecretPath}}"
{{end}}
{{if .HasEnvironmentsPath}}
environments_path "{{.EnvironmentsPath}}"
chef_environment "{{.ChefEnvironment}}"
environment_path "{{.EnvironmentsPath}}"
environment "{{.ChefEnvironment}}"
{{end}}
`
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment