From c293a9b2cea5c59a3098d49c3df7e4d2c71a3956 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Tue, 1 Nov 2016 08:11:37 +0100 Subject: [PATCH] Add missing param. --- cdist/install.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cdist/install.py b/cdist/install.py index bec8d24a..b88ad016 100644 --- a/cdist/install.py +++ b/cdist/install.py @@ -30,7 +30,8 @@ class Install(cdist.config.Config): In install mode, we only care about install objects. """ for cdist_object in cdist.core.CdistObject.list_objects( - self.local.object_path, self.local.type_path): + self.local.object_path, self.local.type_path, + self.local.object_marker_name): if cdist_object.cdist_type.is_install: yield cdist_object else: