]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
webstats - initiale puppetconfig
authorSteve Rosiak <steve.rosiak@pixelpark.com>
Mon, 13 Jun 2016 11:35:39 +0000 (13:35 +0200)
committerSteve Rosiak <steve.rosiak@pixelpark.com>
Mon, 13 Jun 2016 11:35:39 +0000 (13:35 +0200)
customer/webstats/test-webstats.pixelpark.net.yaml [new file with mode: 0644]

diff --git a/customer/webstats/test-webstats.pixelpark.net.yaml b/customer/webstats/test-webstats.pixelpark.net.yaml
new file mode 100644 (file)
index 0000000..e918b4e
--- /dev/null
@@ -0,0 +1,75 @@
+---
+site::role: base
+site::additional_classes:
+  - site::profile::apache_php
+  - site::profile::mysql_server
+  - memcached
+
+site::profile::apache::htdigest:
+  server:
+    www: Eeneet8keP0z 
+
+mysql::server::root_password: ailei2ahhu1X
+mysql::server::backup::backuppassword: ciaCea8gooGh
+
+site::profile::mysql_server::databases:
+  webstats:
+    user: webstats
+    password: ahPh6bierair
+
+memcached::max_memory: 256
+memcached::listen_ip: '127.0.0.1'
+
+php::extensions:
+  gd: {}
+  opcache: {}
+  mysqlnd: {}
+  soap: {}
+  suhosin:
+    settings:
+      suhosin.request.max_varname_length: 200
+      suhosin.post.max_name_length: 200
+      suhosin.get.max_name_length: 200
+      suhosin.get.max_value_length: 2000
+      suhosin.executor.include.whitelist: 'phar,vfs'
+  mbstring: {}
+  pecl-memcache: {}
+
+php::settings:
+  Date/date.timezone: Europe/Berlin
+  PHP/upload_max_filesize: 20M
+  PHP/post_max_size: 20M
+  PHP/max_execution_time: '240'
+  PHP/expose_php: 'Off'
+
+apache::mpm_module: event
+site::profile::apache::pp_vhosts:
+  webstats:
+    servername: test-webstats.pixelpark.net
+    ssl_cert: '/etc/pki/tls/certs/wildcard-pixelpark-net.cert'
+    ssl_key: '/etc/pki/tls/private/wildcard-pixelpark-net.key'
+    ssl_chain: '/etc/pki/tls/certs/wildcard-pixelpark-net.cert'
+    docroot: '/var/www/paydirekt/public'
+    docroot_owner: apache
+    docroot_group: apache
+    docroot_mode: '0775'
+    directories:
+      - directory_docroot:
+        provider: 'directory'
+        path: "/var/www/webstats"
+        addhandlers:
+          handler: "proxy:unix:/var/run/php5-fpm-webstats.sock|fcgi://./"
+          extensions: '.php'
+        options:
+          - FollowSymLinks
+          - MultiViews
+        allow_override:
+          - All
+        directoryindex: 'index.php'
+
+site::profile::apache_php::fpm_pool:
+  paydirekt:
+    listen_owner: apache
+    listen_group: apache
+    user: apache
+    group: apache