From 6d2c660ddb5899b7b1658dfc7fb2f7267f315586 Mon Sep 17 00:00:00 2001
From: Yingjie Xu <yxu@nexedi.com>
Date: Mon, 23 Apr 2012 22:10:14 +0200
Subject: [PATCH] Add path temp file.

---
 software/agent/instance.cfg | 1 +
 software/agent/software.cfg | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/software/agent/instance.cfg b/software/agent/instance.cfg
index bf58f1b18..0e083f130 100644
--- a/software/agent/instance.cfg
+++ b/software/agent/instance.cfg
@@ -16,6 +16,7 @@ python_binary = ${python2.7:location}/bin/python
 pidfile = $${rootdirectory:run}/agent.pid
 log_directory = $${rootdirectory:agentlog}
 state_file = $${rootdirectory:srv}/state.cfg
+path_file = $${rootdirectory:srv}/path.cfg
 
 [rootdirectory]
 recipe = slapos.cookbook:mkdirectory
diff --git a/software/agent/software.cfg b/software/agent/software.cfg
index dee95a2a9..626338ebd 100644
--- a/software/agent/software.cfg
+++ b/software/agent/software.cfg
@@ -31,7 +31,7 @@ eggs = ${instance-recipe:egg}
 recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/instance.cfg
 output = ${buildout:directory}/template.cfg
-md5sum = 10d7cf082399948e8dfef1c4644b4425
+md5sum = 37b8a63db625fc9a205a0fde90797c74
 mode = 0644
 
 [eggs]
-- 
2.30.9