From aac29aa668125760d041e4644d3e4548f26c139d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Wed, 20 Feb 2013 10:08:08 +0100
Subject: [PATCH] Explicit parts.

parts+= is a nightmare in buildout.
---
 stack/resilient/buildout.cfg    | 2 +-
 stack/resilient/pbsready.cfg.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stack/resilient/buildout.cfg b/stack/resilient/buildout.cfg
index c08ff615f..a98746263 100644
--- a/stack/resilient/buildout.cfg
+++ b/stack/resilient/buildout.cfg
@@ -22,7 +22,7 @@ parts =
 recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/pbsready.cfg.in
 output = ${buildout:directory}/pbsready.cfg
-md5sum = 02f9d32cbb0ee2561e87b9122a8b3b1c
+md5sum = e09164eeb1577f460efa9b1dcb6cc6c3
 mode = 0644
 
 [pbsready-import]
diff --git a/stack/resilient/pbsready.cfg.in b/stack/resilient/pbsready.cfg.in
index 56eaebdac..d7d0fc12f 100644
--- a/stack/resilient/pbsready.cfg.in
+++ b/stack/resilient/pbsready.cfg.in
@@ -1,6 +1,6 @@
 [buildout]
 
-parts +=
+parts =
   resiliency
   urls
   logrotate
-- 
2.30.9