From: Frank Brehm Date: Wed, 12 Jul 2017 12:50:57 +0000 (+0200) Subject: Deactivating controling apache and PHP on systemshare X-Git-Tag: v0.1.0~2666^2~143 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=8d5bf4c1fc4c4ae8ab83d44cd635f690adc4ae54;p=pixelpark%2Fhiera.git Deactivating controling apache and PHP on systemshare --- diff --git a/customer/pixelpark/systemshare.pixelpark.com.yaml b/customer/pixelpark/systemshare.pixelpark.com.yaml index c56082ac..42d78113 100644 --- a/customer/pixelpark/systemshare.pixelpark.com.yaml +++ b/customer/pixelpark/systemshare.pixelpark.com.yaml @@ -1,18 +1,18 @@ --- #infra::role: base -infra::additional_classes: - - infra::profile::apache_php +#infra::additional_classes: +# - infra::profile::apache_php -apache::mpm_module: event -apache::default_vhost: false +#apache::mpm_module: event +#apache::default_vhost: false repo::remi_php56: true -php::extensions: - xml: {} +#php::extensions: +# xml: {} -php::settings: - PHP/short_open_tag: 'Off' +#php::settings: +# PHP/short_open_tag: 'Off' #infra::profile::ntp::disable_ntp: true @@ -41,42 +41,42 @@ ntp::restrict: - '127.0.0.1' - '-6 ::1' -php::fpm::pools: - www: - ensure: absent +#php::fpm::pools: +# www: +# ensure: absent -infra::profile::apache_php::fpm_pool: - jumpstart: - listen_owner: apache - listen_group: apache +#infra::profile::apache_php::fpm_pool: +# jumpstart: +# listen_owner: apache +# listen_group: apache -infra::profile::apache::pp_vhosts: - jumpstart: - docroot: /var/www/jumpstart/docs - servername: systemshare.pixelpark.com - serveraliases: - - jumpstart.pixelpark.com - cert_servername: 'wildcard.pixelpark.com' - cert_customer: 'pixelpark' - ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' - ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' - ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem' - docroot_owner: apache - docroot_group: apache - docroot_mode: '2775' - aliases: - - alias: '/pkg/' - path: '/export/ufs/projects/PPpkg/build/' - directories: - - directory_root: - provider: directory - path: '/var/www/jumpstart/docs' - addhandlers: - - { handler: "proxy:unix:/var/run/php5-fpm-jumpstart.sock|fcgi://./" , extensions: '.php' } - options: - - FollowSymLinks - - MultiViews - allow_override: - - All - directoryindex: index.php index.html +#infra::profile::apache::pp_vhosts: +# jumpstart: +# docroot: /var/www/jumpstart/docs +# servername: systemshare.pixelpark.com +# serveraliases: +# - jumpstart.pixelpark.com +# cert_servername: 'wildcard.pixelpark.com' +# cert_customer: 'pixelpark' +# ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' +# ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' +# ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem' +# docroot_owner: apache +# docroot_group: apache +# docroot_mode: '2775' +# aliases: +# - alias: '/pkg/' +# path: '/export/ufs/projects/PPpkg/build/' +# directories: +# - directory_root: +# provider: directory +# path: '/var/www/jumpstart/docs' +# addhandlers: +# - { handler: "proxy:unix:/var/run/php5-fpm-jumpstart.sock|fcgi://./" , extensions: '.php' } +# options: +# - FollowSymLinks +# - MultiViews +# allow_override: +# - All +# directoryindex: index.php index.html