Commit 6d2c660d authored by Yingjie Xu's avatar Yingjie Xu

Add path temp file.

parent bb31b540
...@@ -16,6 +16,7 @@ python_binary = ${python2.7:location}/bin/python ...@@ -16,6 +16,7 @@ python_binary = ${python2.7:location}/bin/python
pidfile = $${rootdirectory:run}/agent.pid pidfile = $${rootdirectory:run}/agent.pid
log_directory = $${rootdirectory:agentlog} log_directory = $${rootdirectory:agentlog}
state_file = $${rootdirectory:srv}/state.cfg state_file = $${rootdirectory:srv}/state.cfg
path_file = $${rootdirectory:srv}/path.cfg
[rootdirectory] [rootdirectory]
recipe = slapos.cookbook:mkdirectory recipe = slapos.cookbook:mkdirectory
......
...@@ -31,7 +31,7 @@ eggs = ${instance-recipe:egg} ...@@ -31,7 +31,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 = 10d7cf082399948e8dfef1c4644b4425 md5sum = 37b8a63db625fc9a205a0fde90797c74
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