From: Andre Schmelzer Date: Thu, 3 May 2018 11:16:02 +0000 (+0200) Subject: deleted kaufland, GRIDPARK-5266 X-Git-Tag: v0.1.0~1157^2~6 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=79ed90865c8b70746de363e5e641aa3608c067a3;p=pixelpark%2Fhiera.git deleted kaufland, GRIDPARK-5266 --- diff --git a/customer/kaufland/common.yaml b/customer/kaufland/common.yaml deleted file mode 100644 index e1fd4ef3..00000000 --- a/customer/kaufland/common.yaml +++ /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 index b2943104..00000000 --- a/customer/kaufland/stundenplan-kaufland-de.pixelpark.net.yaml +++ /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'