mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Remove predecessor req. for ApplyPuppetManifest
This commit is contained in:
parent
4df22e79f1
commit
c8470790b8
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue