From c8470790b881b40b91598a590d8145695b71092f Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 3 May 2015 07:43:52 +0200 Subject: [PATCH] Remove predecessor req. for ApplyPuppetManifest --- bootstrapvz/plugins/puppet/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrapvz/plugins/puppet/tasks.py b/bootstrapvz/plugins/puppet/tasks.py index 1efac12..5c5ac22 100644 --- a/bootstrapvz/plugins/puppet/tasks.py +++ b/bootstrapvz/plugins/puppet/tasks.py @@ -58,7 +58,6 @@ class CopyPuppetAssets(Task): class ApplyPuppetManifest(Task): description = 'Applying puppet manifest' phase = phases.user_modification - predecessors = [CopyPuppetAssets] @classmethod def run(cls, info):