mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Add salt dependencies in the right phase
This commit is contained in:
parent
9ad79cbf60
commit
caf5d6af15
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import urllib
|
|||
|
||||
class InstallSaltDependencies(Task):
|
||||
description = 'Add depended packages for salt-minion'
|
||||
phase = phases.package_installation
|
||||
phase = phases.preparation
|
||||
predecessors = [apt.AddDefaultSources]
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue