Merge pull request #726 from rocketnova/master
provisioner/chef-solo: Chef environment doesn't work for chef-solo
This commit is contained in:
commit
4d3c9e7104
@ -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}}
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user