added deploy_env to role
This commit is contained in:
parent
725d58a346
commit
36a9ad80b2
@ -48,7 +48,8 @@ class KnifeCommands
|
|||||||
"json_class": "Chef::Role",
|
"json_class": "Chef::Role",
|
||||||
"default_attributes": {
|
"default_attributes": {
|
||||||
"project": "#{project}",
|
"project": "#{project}",
|
||||||
"env": "#{env}"
|
"env": "#{env}",
|
||||||
|
"deploy_env": "#{env}"
|
||||||
},
|
},
|
||||||
"override_attributes": {},
|
"override_attributes": {},
|
||||||
"chef_type": "role",
|
"chef_type": "role",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user