summaryrefslogtreecommitdiff
path: root/manifests/jenkins.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/jenkins.pp')
-rw-r--r--manifests/jenkins.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/jenkins.pp b/manifests/jenkins.pp
index 17d1716..ebe4645 100644
--- a/manifests/jenkins.pp
+++ b/manifests/jenkins.pp
@@ -37,8 +37,8 @@ class profiles::jenkins (
default:
;
'jenkins static':
- location => '~ "^/static/[0-9a-fA-F]{8}\/(.*)$"',
- rewrite => '"^/static/[0-9a-fA-F]{8}\/(.*)" /$1 last',
+ location => '~ "^/static/[0-9a-fA-F]{8}\/(.*)$"',
+ rewrite_rules => ['"^/static/[0-9a-fA-F]{8}\/(.*)" /$1 last'],
;
'jenkins /userContent':
root => '/var/lib/jenkins/',