]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
added config for pass.pp.com
authorThomas Heller <thomas.heller@pixelpark.com>
Fri, 2 Sep 2016 11:42:06 +0000 (13:42 +0200)
committerThomas Heller <thomas.heller@pixelpark.com>
Fri, 2 Sep 2016 11:42:06 +0000 (13:42 +0200)
customer/pixelpark/pass.pixelpark.com.yaml

index 31dd860db754ccfc7ee08ac6de4bd1873d4d2c5c..a01666624260c85e38e442070f7971152327b4f5 100644 (file)
@@ -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: {}