Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
update the filter to allow opensearch.xml
Browse files Browse the repository at this point in the history
dwradcliffe committed Oct 30, 2014
1 parent c4e8c05 commit f256a4c
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -207,7 +207,7 @@ GRAPH
rubygems-backups (0.0.19)
chef-vault (>= 0.0.0)
rubygems-ruby (>= 0.0.0)
rubygems-balancer (0.0.38)
rubygems-balancer (0.0.39)
chef-vault (>= 0.0.0)
logrotate (>= 0.0.0)
nginx (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-balancer/files/default/filters.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
location /com/ { return 404; }
location /org/ { return 404; }
location /.meta/ { return 404; }
location ~ \.(jar|xml|pom)$ { return 404; }
location ~ ^((?!opensearch).)*\.(jar|xml|pom)$ { return 404; }
2 changes: 1 addition & 1 deletion cookbooks/rubygems-balancer/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-balancer'

version '0.0.38'
version '0.0.39'

depends 'chef-vault'
depends 'logrotate'
2 changes: 1 addition & 1 deletion environments/common.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.19",
"rubygems-balancer": "= 0.0.38",
"rubygems-balancer": "= 0.0.39",
"rubygems-bastion": "= 0.0.10",
"rubygems-cache": "= 0.0.3",
"rubygems-chef": "= 0.0.32",
2 changes: 1 addition & 1 deletion environments/production.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.19",
"rubygems-balancer": "= 0.0.38",
"rubygems-balancer": "= 0.0.39",
"rubygems-bastion": "= 0.0.10",
"rubygems-cache": "= 0.0.3",
"rubygems-chef": "= 0.0.32",
2 changes: 1 addition & 1 deletion environments/staging.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.19",
"rubygems-balancer": "= 0.0.38",
"rubygems-balancer": "= 0.0.39",
"rubygems-bastion": "= 0.0.10",
"rubygems-cache": "= 0.0.3",
"rubygems-chef": "= 0.0.32",

0 comments on commit f256a4c

Please sign in to comment.