From 562c15d284177a1cb769163eed6492c98b82de53 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 2 Sep 2016 13:42:06 +0200 Subject: [PATCH] added config for pass.pp.com --- customer/pixelpark/pass.pixelpark.com.yaml | 26 +++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/customer/pixelpark/pass.pixelpark.com.yaml b/customer/pixelpark/pass.pixelpark.com.yaml index 31dd860d..a0166662 100644 --- a/customer/pixelpark/pass.pixelpark.com.yaml +++ b/customer/pixelpark/pass.pixelpark.com.yaml @@ -1,2 +1,26 @@ --- -site::role: base \ No newline at end of file +site::role: base +site::additional_classes: + - apache::mod::headers + - site::profile::apache + - apache::mod::proxy_ajp + - site::profile::mysql_server + +apache::default_vhost: false +apache::mpm_module: worker + +repo::remi_php70: true + +php::fpm::pools: + www: + ensure: absent + +php::extensions: + mcrypt: {} + mbstring: {} + openssl: {} + gd: {} + bcmath: {} + iconv: {} + xml: {} + LDAP: {} -- 2.39.5