]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-api - remove default pool (fix)
authorThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Mon, 13 Aug 2018 08:28:09 +0000 (10:28 +0200)
committerThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Mon, 13 Aug 2018 08:28:09 +0000 (10:28 +0200)
customer/fbb-api/test.yaml

index d2530aa7c343432a1a4e797567d4766d54df5262..8c6c83ecdf739289e6d22005f3971f10b1f502f8 100644 (file)
@@ -56,6 +56,10 @@ sudo::configs:
 
 repo::remi_php72: true
 
+php::fpm::pools:
+  www:
+    ensure: absent
+
 php::extensions:
   gd: {}
   opcache: {}
@@ -87,8 +91,6 @@ infra::profile::apache_php::fpm_pool:
     listen_owner: apache
     listen_group: apache
     pm_max_children: 20
-  www:
-    ensure: absent
 
 apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH'