Change chef environment to work for chef-solo.

pull/919/head
Rocket 13 years ago
parent b95ad0c232
commit bb8e9ad71c

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

Loading…
Cancel
Save