added deploy_env to role

This commit is contained in:
amartynov 2015-09-30 17:51:15 +03:00
parent 725d58a346
commit 36a9ad80b2

View File

@ -48,7 +48,8 @@ class KnifeCommands
"json_class": "Chef::Role",
"default_attributes": {
"project": "#{project}",
"env": "#{env}"
"env": "#{env}",
"deploy_env": "#{env}"
},
"override_attributes": {},
"chef_type": "role",