]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
first config tries for test-webstats01
authorsascha <sascha@knecht.pixelpark.com>
Thu, 12 Oct 2017 12:52:27 +0000 (14:52 +0200)
committersascha <sascha@knecht.pixelpark.com>
Thu, 12 Oct 2017 12:52:27 +0000 (14:52 +0200)
customer/pixelpark-piwik/test-webstats01.pixelpark.net.yaml
customer/pixelpark-piwik/webstats08.pixelpark.net.yaml [deleted file]

index 3b0442d3c925d4f4820fbb228ffd4a4ad755de38..210a6fb7a8fa1d5d04e4404afb6cd90b0858627d 100644 (file)
@@ -1,2 +1,38 @@
 ---
 infra::role: base
+infra::additional_classes:
+  - infra::profile::nginx_php_fpm_server
+#  - infra::profile::mysql_server
+#  - infra::profile::monitoring::mysql
+
+infra::profile::nginx_php_fpm_server::location:
+  'piwik':
+    www_root: '/srv/www/test-webstats01'
+    vhost:
+    location: '/'
+    location_deny:
+      - 'all'
+
+php::extensions:
+  gd: {}
+  mysqlnd: {}
+  pecl-ssh2: {}
+  xml: {}
+  mbstring: {}
+  curl: {}
+  cli: {}
+
+
+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'
+  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web'
+  PHP/max_execution_time: 30
+  PHP/max_input_time: 60
+  PHP/output_buffering: 65536
+  PHP/upload_max_filesize: 4M
+  PHP/max_file_uploads: 50
+  PHP/short_open_tag: 'On'
+  PHP/expose_php: 'Off'
diff --git a/customer/pixelpark-piwik/webstats08.pixelpark.net.yaml b/customer/pixelpark-piwik/webstats08.pixelpark.net.yaml
deleted file mode 100644 (file)
index 3b0442d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
----
-infra::role: base