summaryrefslogtreecommitdiffstats
path: root/pillar/common
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-01-24 23:29:11 +0100
committerGeorg Pfuetzenreuter2023-01-24 23:29:11 +0100
commit7305d708229241791102e044ad145405f5e71423 (patch)
treea6bd4d887cbb95f3a1b736880f684b0774646c81 /pillar/common
parent342affc1b8d8a3c6152de27e809a63e6cc86b043 (diff)
parent4bf9ac9413b0ab5668abd9a77c9be745b5bee136 (diff)
downloadsalt-7305d708229241791102e044ad145405f5e71423.tar.gz
salt-7305d708229241791102e044ad145405f5e71423.tar.bz2
salt-7305d708229241791102e044ad145405f5e71423.zip
Merge pull request 'Revert OS pillar split' (#4) from revert-ospillarsplit into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/4
Diffstat (limited to 'pillar/common')
-rw-r--r--pillar/common/init.sls8
-rw-r--r--pillar/common/postfix.sls26
-rw-r--r--pillar/common/suse.sls6
3 files changed, 0 insertions, 40 deletions
diff --git a/pillar/common/init.sls b/pillar/common/init.sls
deleted file mode 100644
index 7665aa6..0000000
--- a/pillar/common/init.sls
+++ /dev/null
@@ -1,8 +0,0 @@
-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
diff --git a/pillar/common/postfix.sls b/pillar/common/postfix.sls
deleted file mode 100644
index 15c3d07..0000000
--- a/pillar/common/postfix.sls
+++ /dev/null
@@ -1,26 +0,0 @@
-postfix:
- master_config:
- services:
- smtp:
- enable: False
- config:
- # to-do: set via site config
- relayhost: zz0.email
- myhostname: {{ grains['fqdn'] }}
- inet_interfaces: loopback-only
- # to-do: support relay via IPv6
- inet_protocols: ipv4
- alias_maps: lmdb:/etc/aliases
- smtpd_use_tls: 'no'
- smtp_use_tls: 'yes'
- smtp_tls_security_level: encrypt
- smtp_tls_wrappermode: 'yes'
-
- aliases:
- use_file: false
- present:
- admins: 'georg, pratyush'
- georg: georg@lysergic.dev
- pratyush: pratyush@lysergic.dev
- root: 'system, \root'
- system: system@lysergic.dev
diff --git a/pillar/common/suse.sls b/pillar/common/suse.sls
deleted file mode 100644
index f3456ed..0000000
--- a/pillar/common/suse.sls
+++ /dev/null
@@ -1,6 +0,0 @@
-include:
- - .postfix
-
-zypper:
- refreshdb_force: False
-