6430be99be
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=194
25 lines
632 B
Diff
25 lines
632 B
Diff
From a268bfee70fabffc6d8fb6c297cd255fb3483ae1 Mon Sep 17 00:00:00 2001
|
|
From: "Daniel A. Wozniak" <dwozniak@saltstack.com>
|
|
Date: Thu, 7 Oct 2021 17:22:37 -0700
|
|
Subject: [PATCH] Fix issues with salt-ssh's extra-filerefs
|
|
|
|
Verify salt-ssh can import from map files in states
|
|
|
|
Add changelog for 60003.fixed
|
|
---
|
|
changelog/60003.fixed | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
create mode 100644 changelog/60003.fixed
|
|
|
|
diff --git a/changelog/60003.fixed b/changelog/60003.fixed
|
|
new file mode 100644
|
|
index 0000000000..6fafbf5108
|
|
--- /dev/null
|
|
+++ b/changelog/60003.fixed
|
|
@@ -0,0 +1 @@
|
|
+Validate we can import map files in states
|
|
--
|
|
2.34.1
|
|
|
|
|