]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
added php7 and extensions
authorSascha Strassheim <sascha.strassheim@pixelpark.com>
Mon, 13 Nov 2017 13:03:17 +0000 (14:03 +0100)
committerSascha Strassheim <sascha.strassheim@pixelpark.com>
Mon, 13 Nov 2017 13:03:17 +0000 (14:03 +0100)
customer/pixelpark-dns/systemshare.pixelpark.com.yaml

index 88320922b52d0bf20e53cdc80d7382b0667c67b4..faaa7a11ee20a8f40994c9e81d252cd383bedb78 100644 (file)
@@ -1,27 +1,21 @@
 ---
-#infra::role: base
-
 infra::additional_classes:
-#  - infra::profile::postfix
-#  - infra::profile::cron
   - infra::profile::apache_php
   - rsyslog::client
   - infra::profile::logrotate
 
-#apache::mpm_module: event
-#apache::default_vhost: false
-repo::remi_php56: true
-
-#puppetconf::manage_conf: false
+repo::remi_php70: true
 
 php::extensions:
+  php-ldap: {}
+  gd: {}
+  opcache: {}
+  mysqlnd: {}
+  soap: {}
+  mbstring: {}
+  zip: {}
   xml: {}
 
-#php::settings:
-#  PHP/short_open_tag: 'Off'
-
-#infra::profile::ntp::disable_ntp: true
-
 mcollective::rpcauditlogfile: '/var/log/puppetlabs/mcollective/audit.log'
 mcollective::server_logfile: '/var/log/puppetlabs/mcollective/mcollective.log'
 
@@ -49,5 +43,3 @@ ntp::restrict:
   - '-6 default kod'
   - '127.0.0.1'
   - '-6 ::1'
-
-