Commit 6026a297 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! Simplify agent's instance.cfg.

parent e57e0ead
...@@ -20,6 +20,6 @@ path_file = $${rootdirectory:srv}/path.cfg ...@@ -20,6 +20,6 @@ path_file = $${rootdirectory:srv}/path.cfg
[rootdirectory] [rootdirectory]
recipe = slapos.cookbook:mkdirectory recipe = slapos.cookbook:mkdirectory
run = $${buildout:directory}/etc/run run = $${buildout:directory}/etc/run
agentlog = $${buildout:log}/var/log/agent agentlog = $${buildout:directory}/var/log/agent
srv = $${buildout:directory}/srv srv = $${buildout:directory}/srv
bin = $${buildout:directory}/bin bin = $${buildout:directory}/bin
...@@ -26,7 +26,7 @@ eggs = ${instance-recipe:egg} ...@@ -26,7 +26,7 @@ eggs = ${instance-recipe:egg}
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
md5sum = 361004653bd343fe06766eef82958ccd md5sum = 03243998bea8c2a4a8d20c150dfe1469
mode = 0644 mode = 0644
[eggs] [eggs]
......
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