Change chef environment to work for chef-solo.

This commit is contained in:
Rocket 2013-12-17 17:15:37 -08:00
parent b95ad0c232
commit bb8e9ad71c
1 changed files with 2 additions and 2 deletions

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