Merge pull request #726 from rocketnova/master

provisioner/chef-solo: Chef environment doesn't work for chef-solo
This commit is contained in:
Mitchell Hashimoto 2013-12-18 08:40:13 -08:00
commit 4d3c9e7104

View File

@ -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}}
`