65598582f5
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=179
28 lines
825 B
Diff
28 lines
825 B
Diff
From 70d13dcc62286d5195bbf28b53aae61616cc0f8f Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Pablo=20Su=C3=A1rez=20Hern=C3=A1ndez?=
|
|
<psuarezhernandez@suse.com>
|
|
Date: Thu, 26 Mar 2020 13:08:16 +0000
|
|
Subject: [PATCH] Add new custom SUSE capability for saltutil state
|
|
module
|
|
|
|
---
|
|
salt/grains/extra.py | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/salt/grains/extra.py b/salt/grains/extra.py
|
|
index ddc22293ea..0eec27e628 100644
|
|
--- a/salt/grains/extra.py
|
|
+++ b/salt/grains/extra.py
|
|
@@ -71,5 +71,6 @@ def config():
|
|
def suse_backported_capabilities():
|
|
return {
|
|
'__suse_reserved_pkg_all_versions_support': True,
|
|
- '__suse_reserved_pkg_patches_support': True
|
|
+ '__suse_reserved_pkg_patches_support': True,
|
|
+ '__suse_reserved_saltutil_states_support': True
|
|
}
|
|
--
|
|
2.29.2
|
|
|
|
|