Commit 5b0456cc authored by Rafael Monnerat's avatar Rafael Monnerat

agent: Minor typos and update wrong recipes.

parent cfbab038
...@@ -5,4 +5,4 @@ project_title = ${slap-parameter:project_title} ...@@ -5,4 +5,4 @@ project_title = ${slap-parameter:project_title}
task_count = ${slap-parameter:task_count} task_count = ${slap-parameter:task_count}
report_url = ${slap-parameter:report_url} report_url = ${slap-parameter:report_url}
working_directory = $${directory:testnode} working_directory = ${directory:testnode}
...@@ -29,7 +29,7 @@ output = $${:wrapper-path} ...@@ -29,7 +29,7 @@ output = $${:wrapper-path}
[agent-cfg] [agent-cfg]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${agent.cfg.in:output} url = ${agent.cfg.in:target}
output = $${directory:etc}/agent.cfg output = $${directory:etc}/agent.cfg
[slap-parameter] [slap-parameter]
......
...@@ -19,16 +19,16 @@ md5sum = bcd3b3cb8a305c83bb048d5ac1c583fe ...@@ -19,16 +19,16 @@ md5sum = bcd3b3cb8a305c83bb048d5ac1c583fe
mode = 0644 mode = 0644
[template-agent] [template-agent]
recipe = slapos.recipe.download recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-agent.cfg url = ${:_profile_base_location_}/instance-agent.cfg
output = ${buildout:directory}/template-agent.cfg output = ${buildout:directory}/template-agent.cfg
md5sum = dbdd2bf2062c842937bd125b0ac494da md5sum = 797e80e43bbf9c0d0e0c5db88a091667
mode = 0644 mode = 0644
[agent.cfg.in] [agent.cfg.in]
recipe = slapos.recipe.download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/agent.cfg.in url = ${:_profile_base_location_}/agent.cfg.in
md5sum = e6b92e07e3709e4ab6c59e2e3d3642ab md5sum = 056b1bb005080c4324cd9d755d254131
mode = 0644 mode = 0644
[script] [script]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment