]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
spk: update require statement
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Wed, 16 Aug 2017 13:55:40 +0000 (15:55 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Wed, 16 Aug 2017 13:55:40 +0000 (15:55 +0200)
customer/spk-spar-checker/test.yaml

index 533536dce18eea8de434912aba3ece9e8ef58b04..abf64a92374d77fcb633edfd61a99adc5d5048e4 100644 (file)
@@ -64,12 +64,11 @@ infra::profile::apache::pp_vhosts:
         auth_digest_algorithm: MD5
         auth_user_file: '/home/deploy.spk/spar-checker-conf/htdigest'
         require:
-          requires:
-            - 'valid-user'
-            - 'ip 80.146.239.2/32'
-            - 'ip 109.86.229.215/32'
-            - 'ip 195.69.134.114/32'
-            - 'ip 195.69.134.114/32'
+          - 'valid-user'
+          - 'ip 80.146.239.2/32'
+          - 'ip 109.86.229.215/32'
+          - 'ip 195.69.134.114/32'
+          - 'ip 195.69.134.114/32'
         error_documents:
           - { error_code: 401 , document: "/401.html" }