From f95ee8062f6584d40eb0c54ee0397c554e8a411f Mon Sep 17 00:00:00 2001
From: Steven Armstrong <steven@icarus.ethz.ch>
Date: Wed, 9 Nov 2011 20:28:04 +0100
Subject: [PATCH] --SyntaxError

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
---
 lib/cdist/config_install.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py
index 055a3b89..0391dbc5 100644
--- a/lib/cdist/config_install.py
+++ b/lib/cdist/config_install.py
@@ -123,7 +123,7 @@ class ConfigInstall(object):
             # The user may have created dependencies without satisfying them
             if not required_object.exists():
                 raise cdist.Error(cdist_object.name + " requires non-existing " + requirement.name)
-            else
+            else:
                 self.log.debug("Required object %s exists", requirement.name)
 
             self.object_run(required_object)