Merge pull request #10152 from erchn/develop

break out fields in event fired instead of parsing out of plain text
This commit is contained in:
Thomas S Hatch 2014-02-03 15:24:30 -08:00
commit 2a7c10fe5b

View File

@ -960,6 +960,10 @@ def deploy_script(host, port=22, timeout=900, username='root',
'event',
'{0} has been deployed at {1}'.format(name, host),
'salt/cloud/{0}/deploy_script'.format(name),
{
'name': name,
'host': host
}
)
return True
return False