This commit is contained in:
Stan Lagun 2013-03-28 19:11:42 +04:00
parent a9a3cbc573
commit 250c233db9
1 changed files with 1 additions and 1 deletions

View File

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