From: Philipp Dallig Date: Mon, 9 Jan 2017 15:54:58 +0000 (+0100) Subject: repo - add satis X-Git-Tag: v0.1.0~3641 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4a5f1a69a5a65346ee2dcf09a6d6df047d7e9c49;p=pixelpark%2Fhiera.git repo - add satis --- diff --git a/customer/pixelpark/repo.pixelpark.com.yaml b/customer/pixelpark/repo.pixelpark.com.yaml index e13b7d88..d426e5b1 100644 --- a/customer/pixelpark/repo.pixelpark.com.yaml +++ b/customer/pixelpark/repo.pixelpark.com.yaml @@ -11,7 +11,7 @@ php::fpm::pools: www: ensure: absent site::profile::apache_php::fpm_pool: - aamt-facebook: + satis: listen_owner: apache listen_group: apache @@ -33,3 +33,10 @@ site::profile::apache::pp_vhosts: options: - Indexes - FollowSymLinks + satis: + docroot: '/opt/satis' + servername: satis.pixelpark.com + ssl: true + ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' + ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem' + ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem'