]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
deleted kaufland, GRIDPARK-5266
authorAndre Schmelzer <andre.schmelzer@pixelpark.com>
Thu, 3 May 2018 11:16:02 +0000 (13:16 +0200)
committerAndre Schmelzer <andre.schmelzer@pixelpark.com>
Thu, 3 May 2018 11:16:02 +0000 (13:16 +0200)
customer/kaufland/common.yaml [deleted file]
customer/kaufland/stundenplan-kaufland-de.pixelpark.net.yaml [deleted file]

diff --git a/customer/kaufland/common.yaml b/customer/kaufland/common.yaml
deleted file mode 100644 (file)
index e1fd4ef..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
----
-
-logstash::install_plugins: false
-
diff --git a/customer/kaufland/stundenplan-kaufland-de.pixelpark.net.yaml b/customer/kaufland/stundenplan-kaufland-de.pixelpark.net.yaml
deleted file mode 100644 (file)
index b294310..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
----
-infra::role: base
-infra::additional_classes:
-  - infra::profile::apache_php
-
-accounts::users:
-  snipclip:
-    apply: true
-    sudo: true
-    group: apache
-
-repo::remi_php56: true
-
-php::settings:
-  Date/date.timezone: Europe/Berlin
-  PHP/expose_php: 'Off'
-
-php::extensions:
-  gd: {}
-  opcache: {}
-  mbstring: {}
-  xml: {}
-
-infra::profile::apache_php::fpm_pool:
-  stundenplan:
-    listen_owner: apache
-    listen_group: apache
-
-php::fpm::pools:
-  www:
-    ensure: absent
-
-apache::default_vhost: false
-
-
-infra::profile::apache::htdigest:
-  stundenplan:
-    www: ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEABAUJqbRuHiTkD91foQe71rsjKj+696faYP8eI0q8s9MtBqe/ia6jchEvtrHRZlSHVqfe2bbRtc3ycQ3W3KuZAw9FNZTVy0T6nxwu6+8gCdoDNb3ru5sQPZAQJVRWQ4DAm0F7AWlsNDVFAERB0PyoBkx4nEXylkcNiZLlFAcncK9sx99rpE/62RhAV+rsa54E0aNg4BQoRlOzqvv2z7CoYw2MVlWM2GAwq85HbZtvxyBzBcMowk3d4bDr0z66zZxfhalzS/oYAhpy0hfWUr4gMXomLIM7rUyukWWw/H0/uZ2zaBlsBdBiq8cYcAWYtzoPvGR5Xpw3ApNaANEHeJCfADA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBBXhWhcwFFAs2JMvQkQuL0agBCh6t9LEzuHbOa/nicv0I98]
-infra::profile::apache::pp_vhosts:
-  stundenplan:
-    docroot: /var/www/stundenplan/web
-    servername: stundenplan-kaufland-de.pixelpark.net
-    ssl: false
-    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: snipclip
-    docroot_group: apache
-    docroot_mode: '0775'
-    directories:
-      - directory_root:
-        provider: directory
-        path: '/var/www/stundenplan/web'
-        addhandlers:
-          - { handler: "proxy:unix:/var/run/php5-fpm-stundenplan.sock|fcgi://./" , extensions: '.php' }
-        options:
-          - FollowSymLinks
-          - MultiViews
-        allow_override:
-          - All
-        directoryindex: 'index.php'
-#      - location_root:
-#        provider: location
-#        path: '/'
-#        auth_type: Digest
-#        auth_name: stundenplan
-#        auth_digest_provider: file
-#        auth_digest_algorithm: MD5
-#        auth_user_file: '/etc/httpd/htdigest'
-#        auth_require: 'valid-user'