From bf224da116c5a68ed9317a2433dfffd99b992ac4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 24 Jul 2018 15:27:36 +0200 Subject: [PATCH] fix rubocop offenses --- roles/pummelzacken.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 6fd7b39bf..2280a9472 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -50,9 +50,9 @@ default_attributes( "iaux" => "/data/tablespaces/iaux" }, :fpm_pools => { - :www => { - :max_children => "40" - } + :www => { + :max_children => "40" + } } } ) -- 2.43.2