From: Andreas Gerstenberg Date: Thu, 14 Sep 2017 10:40:32 +0000 (+0200) Subject: spk-spar-checker some fixes X-Git-Tag: v0.1.0~2437^2~11 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f1fffa5be4e497d1c6607df5d30f00b369af8919;p=pixelpark%2Fhiera.git spk-spar-checker some fixes # ----------------------- >8 ------------------------ # Do not touch the line above. # Everything below will be removed. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Auf Branch master # Ihr Branch ist auf dem selben Stand wie 'origin/master'. # zum Commit vorgemerkte Änderungen: # # geändert: customer/spk-spar-checker/production.yaml # geändert: customer/spk-spar-checker/test.yaml --- diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index 58405110..815e1a8a 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -81,6 +81,7 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/spk.managed.htdigest' + enforce: all require: - 'valid-user' - 'env admin_ip_range' diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 7a93ded5..7d5a33bd 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -79,6 +79,7 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/spk.managed.htdigest' + enforce: all require: - 'valid-user' - 'env admin_ip_range'