From 7270a7555dc587068007f227c69ce98a139feec7 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 23 Feb 2016 18:00:14 +0100 Subject: [PATCH] sirona-url-shorter - correct php-fpm listen owner --- customer/sirona-url-shorter/production.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customer/sirona-url-shorter/production.yaml b/customer/sirona-url-shorter/production.yaml index be9909a8..aa901b3b 100644 --- a/customer/sirona-url-shorter/production.yaml +++ b/customer/sirona-url-shorter/production.yaml @@ -44,7 +44,9 @@ site::profile::apache::pp_vhosts: ssl: false site::profile::apache_php::fpm_pool: - url-shorter: {} + url-shorter: + listen_owner: apache + listen_group: apache php::fpm::pools: www: -- 2.39.5