mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-08 01:40:31 +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):
|
class ApplyPuppetManifest(Task):
|
||||||
description = 'Applying puppet manifest'
|
description = 'Applying puppet manifest'
|
||||||
phase = phases.user_modification
|
phase = phases.user_modification
|
||||||
predecessors = [CopyPuppetAssets]
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def run(cls, info):
|
def run(cls, info):
|
||||||
|
|
Loading…
Add table
Reference in a new issue