]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Adding new customer spk-ldap
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 10 Jul 2018 08:09:20 +0000 (10:09 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 10 Jul 2018 08:09:20 +0000 (10:09 +0200)
customer/spk-ldap/.gitkeep [new file with mode: 0644]
customer/spk-ldap/common.yaml [new file with mode: 0644]
customer/spk-ldap/development.yaml [new file with mode: 0644]
customer/spk-ldap/production.yaml [new file with mode: 0644]
customer/spk-ldap/test.yaml [new file with mode: 0644]

diff --git a/customer/spk-ldap/.gitkeep b/customer/spk-ldap/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/customer/spk-ldap/common.yaml b/customer/spk-ldap/common.yaml
new file mode 100644 (file)
index 0000000..1bcb6fe
--- /dev/null
@@ -0,0 +1,54 @@
+---
+
+infra::role: base
+infra::additional_classes:
+  - infra::profile::postfix
+  - infra::profile::cron
+  - rsyslog::client
+  - infra::profile::logrotate
+  - resolv_conf
+
+postfix::myorigin: "pixelpark.net"
+infra::profile::postfix::cert_servername: 'wildcard.pixelpark.net'
+infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-hostmaster'
+
+infra::profile::ntp::disable_ntp: true
+
+#####################################################
+# Logrotation
+
+infra::profile::logrotate::rules:
+  btmp:
+    dateformat: '-%Y-%m-%d'
+  wtmp:
+    dateformat: '-%Y-%m-%d'
+  syslog:
+    path:
+      - '/var/log/cron'
+      - '/var/log/maillog'
+      - '/var/log/messages'
+      - '/var/log/secure'
+      - '/var/log/spooler'
+    rotate_every: 'day'
+    rotate: 10
+    minsize: '4M'
+    compress: true
+    delaycompress: true
+    dateformat: '-%Y-%m-%d'
+    missingok: true
+    sharedscripts: true
+    postrotate: '/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true'
+
+#####################################################
+# Options for /etc/resolv.conf
+resolv_conf::manage: true
+resolv_conf::nameservers:
+  - '217.66.52.10'
+  - '93.188.109.13'
+  - '212.91.225.75'
+resolv_conf::searchpath:
+  - 'pixelpark.net'
+  - 'pixelpark.com'
+
+
+# vim: et list
diff --git a/customer/spk-ldap/development.yaml b/customer/spk-ldap/development.yaml
new file mode 100644 (file)
index 0000000..d203fdc
--- /dev/null
@@ -0,0 +1,3 @@
+---
+
+# vim: et list
diff --git a/customer/spk-ldap/production.yaml b/customer/spk-ldap/production.yaml
new file mode 100644 (file)
index 0000000..d203fdc
--- /dev/null
@@ -0,0 +1,3 @@
+---
+
+# vim: et list
diff --git a/customer/spk-ldap/test.yaml b/customer/spk-ldap/test.yaml
new file mode 100644 (file)
index 0000000..d203fdc
--- /dev/null
@@ -0,0 +1,3 @@
+---
+
+# vim: et list