This commit is contained in:
Stan Lagun 2013-03-28 19:11:42 +04:00
parent a9a3cbc573
commit 250c233db9

View File

@ -47,7 +47,7 @@ def prepare_user_data(context, hostname, service, unit, template='Default', **kw
template_data = template_data.replace( template_data = template_data.replace(
'%RESULT_QUEUE%', '%RESULT_QUEUE%',
'-execution-results-{0}'.format( '-execution-results-{0}'.format(
str(context['/dataSource']['id'])).lower()) str(context['/dataSource']['name'])).lower())
init_script = init_script.replace( init_script = init_script.replace(
'%WINDOWS_AGENT_CONFIG_BASE64%', '%WINDOWS_AGENT_CONFIG_BASE64%',