From 04174e318dcdda27654e33ec41962204afbcd410 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 13 Aug 2018 18:54:19 +0200 Subject: [PATCH] fbb-api - implement remoteip - wrong path --- customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml | 4 ++-- customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml index 7e929dd7..923dffbb 100644 --- a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml @@ -58,7 +58,7 @@ infra::profile::apache::pp_vhosts: path: '/my-test1' auth_type: Basic auth_name: "Restricted Content" - auth_user_file: '/etc/httpd/conf.d/basic-auth-hh' + auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: - 'user hh-push' @@ -69,7 +69,7 @@ infra::profile::apache::pp_vhosts: path: '/my-test2' auth_type: Basic auth_name: "Restricted Content" - auth_user_file: '/etc/httpd/conf.d/basic-auth-hh' + auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: - 'user hh-push' diff --git a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml index 57ac7d92..c359edd5 100644 --- a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml @@ -51,7 +51,7 @@ infra::profile::apache::pp_vhosts: path: '/my-test1' auth_type: Basic auth_name: "Restricted Content" - auth_user_file: '/etc/httpd/conf.d/basic-auth-hh' + auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: - 'user hh-push' @@ -62,7 +62,7 @@ infra::profile::apache::pp_vhosts: path: '/my-test2' auth_type: Basic auth_name: "Restricted Content" - auth_user_file: '/etc/httpd/conf.d/basic-auth-hh' + auth_user_file: '/etc/httpd/conf/basic-auth-hh' require: requires: - 'user hh-push' -- 2.39.5