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):