From: Thomas Heller Date: Fri, 2 Sep 2016 11:42:06 +0000 (+0200) Subject: added config for pass.pp.com X-Git-Tag: v0.1.0~4194^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=562c15d284177a1cb769163eed6492c98b82de53;p=pixelpark%2Fhiera.git added config for pass.pp.com --- 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: {}