Add salt-unity to the base deployment

This commit is contained in:
Thomas S Hatch 2014-02-26 15:17:14 -07:00
parent b483ff7323
commit 6969758108

View file

@ -609,6 +609,7 @@ else:
SETUP_KWARGS['scripts'] = ['scripts/salt-call',
'scripts/salt-cp',
'scripts/salt-minion',
'scripts/salt-unity',
]
if IS_WINDOWS_PLATFORM is False: