]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
removed bad syntax from test-webstats01
authorsascha <sascha@knecht.pixelpark.com>
Tue, 17 Oct 2017 10:08:20 +0000 (12:08 +0200)
committersascha <sascha@knecht.pixelpark.com>
Tue, 17 Oct 2017 10:08:20 +0000 (12:08 +0200)
customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml

index 8c0f464ad3e2ab0e684c1aef8c5ace2f09fe9013..072c90ec7993dfc0a963f97e89269ed274d31736 100644 (file)
@@ -10,36 +10,10 @@ infra::additional_classes:
   - infra::profile::monitoring::mysql
   - infra::profile::apache_php
 
-  infra::profile::apache::htdigest:
-    testserver:
-      www: 'Passwort setzen'
+infra::profile::apache::htdigest:
+  testserver:
+    www: 'Passwort setzen'
 
-  apache::mpm_module: event
-  infra::profile::apache::pp_vhosts:
-    test-webstats01:
-      servername: test-webstats01.pixelpark.net
-      serveraliases:
-        - www.test-webstats01.pixelpark.net
-      cert_servername: 'wildcard.pixelpark.net'
-      cert_customer: 'pixelpark'
-      ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
-      ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem'
-      ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem'
-      docroot_owner: apache
-      docroot_group: pixel
-      docroot_mode: '2775'
-      directories:
-        - directory_docroot:
-          provider: 'directory'
-          path: "/srv/www/test-webstats01"
-          addhandlers:
-            - { handler: "proxy:unix:/var/run/php7-fpm-test-webstats01.sock|fcgi://./" , extensions: '.php' }
-          options:
-            - FollowSymLinks
-            - MultiViews
-          allow_override:
-            - All
-          directoryindex: 'index.php index.html'
 
 php::extensions:
   gd: {}
@@ -51,7 +25,6 @@ php::extensions:
 
 
 php::settings:
-#  PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17
   PHP/memory_limit: 320M
   PHP/post_max_size: 20M
   PHP/register_globals: 'Off'