From 589d50bdbab1c5e21412f711518e00a80d062891 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 12 Sep 2013 21:56:02 +0200 Subject: [PATCH] make --dry-run work, fixes #199 Signed-off-by: Steven Armstrong --- cdist/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/config.py b/cdist/config.py index dc0417f1..7e003835 100644 --- a/cdist/config.py +++ b/cdist/config.py @@ -126,7 +126,7 @@ class Config(object): remote_exec=args.remote_exec, remote_copy=args.remote_copy) - c = cls(local, remote) + c = cls(local, remote, dry_run=args.dry_run) c.run() except cdist.Error as e: