aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-10-17 10:35:06 +0000
committerPascal Terjan <pterjan@mageia.org>2012-10-17 10:35:06 +0000
commit384b83867bdfc1a9ccf8f3dc567245cfd02c29d1 (patch)
treec6be1ae0a74deabf7d7a06cb451049995d92e3ba /modules
parent3ca9558f18704d10d42b07dda0e622494d12905b (diff)
downloadpuppet-384b83867bdfc1a9ccf8f3dc567245cfd02c29d1.tar
puppet-384b83867bdfc1a9ccf8f3dc567245cfd02c29d1.tar.gz
puppet-384b83867bdfc1a9ccf8f3dc567245cfd02c29d1.tar.bz2
puppet-384b83867bdfc1a9ccf8f3dc567245cfd02c29d1.tar.xz
puppet-384b83867bdfc1a9ccf8f3dc567245cfd02c29d1.zip
Allow rabbit to connect to repository over IPv4
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/vhost_repository.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf
index 18db9283..176b7f39 100644
--- a/modules/buildsystem/templates/vhost_repository.conf
+++ b/modules/buildsystem/templates/vhost_repository.conf
@@ -19,6 +19,8 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64
Allow from <%= buildsystem_nodes %>
Allow from .<%= domain %>
Allow from 10.42.0
+ # FIXME: add a reverse lookup for rabbit
+ Allow from 212.85.158.152
Options Indexes FollowSymLinks
</Directory>