From dbe65795f5f32b3776be60457db8bac116c4cc4c Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@bento.schottelius.org>
Date: Fri, 5 Jul 2013 15:27:34 +0200
Subject: [PATCH] remove dry_run from object_run

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
---
 cdist/config_install.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdist/config_install.py b/cdist/config_install.py
index 21b01a84..72061ca2 100644
--- a/cdist/config_install.py
+++ b/cdist/config_install.py
@@ -141,7 +141,7 @@ class ConfigInstall(object):
         self.manifest.run_type_manifest(cdist_object)
         cdist_object.state = core.CdistObject.STATE_PREPARED
 
-    def object_run(self, cdist_object, dry_run=False):
+    def object_run(self, cdist_object):
         """Run gencode and code for an object"""
 
         self.log.debug("Trying to run object %s" % (cdist_object.name))