mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the capability package name. The old one no longer exists.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
94d3d80f98
commit
96c3c8e04a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def PKG_CAP_TARGETS(grains):
|
|||
_PKG_CAP_TARGETS = []
|
||||
if grains["os_family"] == "Suse":
|
||||
if grains["os"] == "SUSE":
|
||||
_PKG_CAP_TARGETS = [("perl(ZNC)", "znc-perl")]
|
||||
_PKG_CAP_TARGETS = [("perl(YAML)", "perl-YAML")]
|
||||
if not _PKG_CAP_TARGETS:
|
||||
pytest.skip("Capability not provided")
|
||||
return _PKG_CAP_TARGETS
|
||||
|
|
Loading…
Add table
Reference in a new issue