- maven
- site::profile::postfix
-accounts::users:
- jenkins:
- apply: true
-
-# Add specific sudo rights for CI Deployment
-sudo::configs:
- becometomcat:
- priority: "06"
- content: |
- jenkins ALL=(root) NOPASSWD: ALL
- jenkins ALL=(tomcat) NOPASSWD: ALL
-
-# Postfix Config
-postfix::myorigin: 'pixelpark.com'
-site::profile::postfix::hashes:
- '/etc/postfix/virtual':
- ensure: present
- '/etc/postfix/generic':
- ensure: present
- content: |
- root root+%{hostname}
-site::profile::postfix::configs:
- virtual_alias_maps:
- value: 'pcre:/etc/postfix/virtual_pcre hash:/etc/postfix/virtual'
- smtp_generic_maps:
- value: 'hash:/etc/postfix/generic'
- recipient_delimiter:
- value: '+'
- relayhost:
- value: 'mx.pixelpark.net'
-site::profile::postfix::virtuals:
- 'root':
- destination: 8x5@pixelpark.com
- 'httpd':
- destination: root
-site::profile::postfix::files:
- /etc/postfix/virtual_pcre:
- owner: root
- group: root
- mode: '0644'
- content: |
- /\w+\@(?!pixelpark.com|publicispixelpark.de|berlin-airport.de)/ andre.staats@publicispixelpark.de
-
site::profile::pg_server::pgpw: ENC[PKCS7,MIIBiQYJKoZIhvcNAQcDoIIBejCCAXYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAHW+F1Q3vJWv/aCsBzVz1kV3wx06Us25l2WnIKOtED7zbePanPsnKhi+QFRnRQDSjUnPag+NQ7C6h7vq+lnx5THMuFmoN1fiqu7cpGR0uvryo6PcTeYdOEvnvfmqPrpaISBKyZeEegSug3KcTv4+08tzpBYUoL2YZJy9Q4GpFw3WquTgymxweDAvMwB6yqZ3hvec4bsC+RD+vKsSLtdgJCV+h345qVEiQPbFhwzT3tw3+whsHgkyCDOBs6yKpNWGbb/2u7EP/bqZ39ko4xleCCkUld47A8c8TWHIongLKN5iFrgDX2nRpxCOaZe00I63hcEGOOUlHzPhro5Kk70oDXjBMBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBBKIzQrX3Lcve6Vm7WCaXvegCCw7pC5cThiyprSbBtEwQVMsj5twqZRFMru6z7Rh9kshQ==]
site::profile::pg_server::version: '9.6'
--- /dev/null
+---
+
+accounts::users:
+ jenkins:
+ apply: true
+
+# Add specific sudo rights for CI Deployment
+sudo::configs:
+ becometomcat:
+ priority: "06"
+ content: |
+ jenkins ALL=(root) NOPASSWD: ALL
+ jenkins ALL=(tomcat) NOPASSWD: ALL
+
+# Postfix Config
+postfix::myorigin: 'pixelpark.com'
+site::profile::postfix::hashes:
+ '/etc/postfix/virtual':
+ ensure: present
+ '/etc/postfix/generic':
+ ensure: present
+ content: |
+ root root+%{hostname}
+site::profile::postfix::configs:
+ virtual_alias_maps:
+ value: 'pcre:/etc/postfix/virtual_pcre hash:/etc/postfix/virtual'
+ smtp_generic_maps:
+ value: 'hash:/etc/postfix/generic'
+ recipient_delimiter:
+ value: '+'
+ relayhost:
+ value: 'mx.pixelpark.net'
+site::profile::postfix::virtuals:
+ 'root':
+ destination: 8x5@pixelpark.com
+ 'httpd':
+ destination: root
+site::profile::postfix::files:
+ /etc/postfix/virtual_pcre:
+ owner: root
+ group: root
+ mode: '0644'
+ content: |
+ /\w+\@(?!pixelpark.com|publicispixelpark.de|berlin-airport.de)/ andre.staats@publicispixelpark.de
\ No newline at end of file