From 4863396938c7c638517cbefc3a2773c9eb29bc69 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 24 Jan 2023 18:03:15 +0100 Subject: Split to OS specific common pillar Signed-off-by: Georg Pfuetzenreuter --- pillar/common/init.sls | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pillar/common/init.sls (limited to 'pillar/common/init.sls') diff --git a/pillar/common/init.sls b/pillar/common/init.sls new file mode 100644 index 0000000..7665aa6 --- /dev/null +++ b/pillar/common/init.sls @@ -0,0 +1,8 @@ +include: + - role.salt.common + - role.salt.minion + - common.{{ grains['os'] | lower }} + +managed_header_pound: | + ### This file is managed via https://git.com.de/LibertaCasa/salt + ### Manual changes will be overwritten -- cgit v1.2.3