From f1fffa5be4e497d1c6607df5d30f00b369af8919 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Thu, 14 Sep 2017 12:40:32 +0200 Subject: [PATCH] =?utf8?q?spk-spar-checker=20some=20fixes=20#=20----------?= =?utf8?q?-------------=20>8=20------------------------=20#=20Do=20not=20t?= =?utf8?q?ouch=20the=20line=20above.=20#=20Everything=20below=20will=20be?= =?utf8?q?=20removed.=20#=20Please=20enter=20the=20commit=20message=20for?= =?utf8?q?=20your=20changes.=20Lines=20starting=20#=20with=20'#'=20will=20?= =?utf8?q?be=20ignored,=20and=20an=20empty=20message=20aborts=20the=20comm?= =?utf8?q?it.=20#=20#=20Auf=20Branch=20master=20#=20Ihr=20Branch=20ist=20a?= =?utf8?q?uf=20dem=20selben=20Stand=20wie=20'origin/master'.=20#=20zum=20C?= =?utf8?q?ommit=20vorgemerkte=20=C3=84nderungen:=20#=20#=20=09ge=C3=A4nder?= =?utf8?q?t:=20=20=20=20=20=20=20customer/spk-spar-checker/production.yaml?= =?utf8?q?=20#=20=09ge=C3=A4ndert:=20=20=20=20=20=20=20customer/spk-spar-c?= =?utf8?q?hecker/test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- customer/spk-spar-checker/production.yaml | 1 + customer/spk-spar-checker/test.yaml | 1 + 2 files changed, 2 insertions(+) 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' -- 2.39.5