From 4a5f1a69a5a65346ee2dcf09a6d6df047d7e9c49 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 9 Jan 2017 16:54:58 +0100 Subject: [PATCH] repo - add satis --- customer/pixelpark/repo.pixelpark.com.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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' -- 2.39.5