From: Thomas Dalichow Date: Mon, 13 Aug 2018 16:54:19 +0000 (+0200) Subject: fbb-api - implement remoteip - wrong path X-Git-Tag: v0.1.0~421 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=04174e318dcdda27654e33ec41962204afbcd410;p=pixelpark%2Fhiera.git fbb-api - implement remoteip - wrong path --- 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'