Commit bb8e9ad7 authored by Rocket's avatar Rocket

Change chef environment to work for chef-solo.

parent b95ad0c2
...@@ -522,7 +522,7 @@ data_bag_path "{{.DataBagsPath}}" ...@@ -522,7 +522,7 @@ data_bag_path "{{.DataBagsPath}}"
encrypted_data_bag_secret "{{.EncryptedDataBagSecretPath}}" encrypted_data_bag_secret "{{.EncryptedDataBagSecretPath}}"
{{end}} {{end}}
{{if .HasEnvironmentsPath}} {{if .HasEnvironmentsPath}}
environments_path "{{.EnvironmentsPath}}" environment_path "{{.EnvironmentsPath}}"
chef_environment "{{.ChefEnvironment}}" environment "{{.ChefEnvironment}}"
{{end}} {{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