From 2fb2c506e881daf4912068ffb10f04af66babdde Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Tue, 14 Aug 2018 15:27:47 +0200 Subject: [PATCH] fbb-api - important fix, because RequireAll --- customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml | 14 ++++---------- customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml | 14 ++++---------- customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml | 14 ++++---------- 3 files changed, 12 insertions(+), 30 deletions(-) diff --git a/customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml index f5581e6b..c3e8c61a 100644 --- a/customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml @@ -47,12 +47,9 @@ infra::profile::apache::pp_vhosts: auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: + # ACHTUNG! RequireAll! - 'user hh-push' - # IP Hamburg - - 'ip 10.5.13.144' - # Pixelpark Admin-Netz - 10.99.1.10/24 ist eine Umsetzung unseres Admin-Netzes (Gruende bitte im Netzwerk erfragen *magic*) - - 'ip 217.66.51.' - - 'ip 10.99.1.0/24' + - 'ip 10.5.13.144 217.66.51. 10.99.1.0/24' enforce: all - location2: provider: location @@ -62,10 +59,7 @@ infra::profile::apache::pp_vhosts: auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: + # ACHTUNG! RequireAll! - 'user hh-push' - # IP Hamburg - - 'ip 10.5.13.144' - # Pixelpark Admin-Netz - 10.99.1.10/24 ist eine Umsetzung unseres Admin-Netzes (Gruende bitte im Netzwerk erfragen *magic*) - - 'ip 217.66.51.' - - 'ip 10.99.1.0/24' + - 'ip 10.5.13.144 217.66.51. 10.99.1.0/24' enforce: all diff --git a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml index 7061d537..0edbbbc9 100644 --- a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml @@ -62,12 +62,9 @@ infra::profile::apache::pp_vhosts: auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: + # ACHTUNG! RequireAll! - 'user hh-push' - # IP Hamburg - - 'ip 10.5.13.142' - # Pixelpark Admin-Netz - 10.99.1.10/24 ist eine Umsetzung unseres Admin-Netzes (Gruende bitte im Netzwerk erfragen *magic*) - - 'ip 217.66.51.' - - 'ip 10.99.1.0/24' + - 'ip 10.5.13.142 217.66.51. 10.99.1.0/24' enforce: all - location2: provider: location @@ -77,10 +74,7 @@ infra::profile::apache::pp_vhosts: auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: + # ACHTUNG! RequireAll! - 'user hh-push' - # IP Hamburg - - 'ip 10.5.13.142' - # Pixelpark Admin-Netz - 10.99.1.10/24 ist eine Umsetzung unseres Admin-Netzes (Gruende bitte im Netzwerk erfragen *magic*) - - 'ip 217.66.51.' - - 'ip 10.99.1.0/24' + - 'ip 10.5.13.142 217.66.51. 10.99.1.0/24' enforce: all diff --git a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml index d249b27d..d58fa9cd 100644 --- a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml @@ -55,12 +55,9 @@ infra::profile::apache::pp_vhosts: auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: + # ACHTUNG! RequireAll! - 'user hh-push' - # IP Hamburg - - 'ip 10.5.13.142' - # Pixelpark Admin-Netz - 10.99.1.10/24 ist eine Umsetzung unseres Admin-Netzes (Gruende bitte im Netzwerk erfragen *magic*) - - 'ip 217.66.51.' - - 'ip 10.99.1.0/24' + - 'ip 10.5.13.142 217.66.51. 10.99.1.0/24' enforce: all - location2: provider: location @@ -70,10 +67,7 @@ infra::profile::apache::pp_vhosts: auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: + # ACHTUNG! RequireAll! - 'user hh-push' - # IP Hamburg - - 'ip 10.5.13.142' - # Pixelpark Admin-Netz - 10.99.1.10/24 ist eine Umsetzung unseres Admin-Netzes (Gruende bitte im Netzwerk erfragen *magic*) - - 'ip 217.66.51.' - - 'ip 10.99.1.0/24' + - 'ip 10.5.13.142 217.66.51. 10.99.1.0/24' enforce: all -- 2.39.5