From cd457e07357ab78ee908a3be10333d021f647a01 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 2 Feb 2018 15:23:55 +0100 Subject: [PATCH] Adding customer spk-s-checker-composer and host spk-minion01.pixelpark.net --- customer/spk-s-checker-composer/common.yaml | 38 +++++++++++++++++++ .../spk-s-checker-composer/development.yaml | 3 ++ .../spk-s-checker-composer/production.yaml | 3 ++ .../spk-minion01.pixelpark.net.yaml | 2 + customer/spk-s-checker-composer/test.yaml | 3 ++ 5 files changed, 49 insertions(+) create mode 100644 customer/spk-s-checker-composer/common.yaml create mode 100644 customer/spk-s-checker-composer/development.yaml create mode 100644 customer/spk-s-checker-composer/production.yaml create mode 100644 customer/spk-s-checker-composer/spk-minion01.pixelpark.net.yaml create mode 100644 customer/spk-s-checker-composer/test.yaml diff --git a/customer/spk-s-checker-composer/common.yaml b/customer/spk-s-checker-composer/common.yaml new file mode 100644 index 00000000..46e200fa --- /dev/null +++ b/customer/spk-s-checker-composer/common.yaml @@ -0,0 +1,38 @@ +--- +infra::role: base + +infra::additional_classes: + - infra::profile::postfix + - infra::profile::cron + - infra::profile::logrotate + - resolv_conf + +postfix::myorigin: "pixelpark.com" +infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-sparkasse' + +##################################################### +# 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' + + diff --git a/customer/spk-s-checker-composer/development.yaml b/customer/spk-s-checker-composer/development.yaml new file mode 100644 index 00000000..849169c7 --- /dev/null +++ b/customer/spk-s-checker-composer/development.yaml @@ -0,0 +1,3 @@ +--- + + diff --git a/customer/spk-s-checker-composer/production.yaml b/customer/spk-s-checker-composer/production.yaml new file mode 100644 index 00000000..849169c7 --- /dev/null +++ b/customer/spk-s-checker-composer/production.yaml @@ -0,0 +1,3 @@ +--- + + diff --git a/customer/spk-s-checker-composer/spk-minion01.pixelpark.net.yaml b/customer/spk-s-checker-composer/spk-minion01.pixelpark.net.yaml new file mode 100644 index 00000000..cd21505a --- /dev/null +++ b/customer/spk-s-checker-composer/spk-minion01.pixelpark.net.yaml @@ -0,0 +1,2 @@ +--- + diff --git a/customer/spk-s-checker-composer/test.yaml b/customer/spk-s-checker-composer/test.yaml new file mode 100644 index 00000000..849169c7 --- /dev/null +++ b/customer/spk-s-checker-composer/test.yaml @@ -0,0 +1,3 @@ +--- + + -- 2.39.5