diff options
author | Olivier Blin <blino@mageia.org> | 2010-12-08 07:40:12 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-12-08 07:40:12 +0000 |
commit | d5e55086a3f4311b8abfb2ec6be200d3c1f6b14b (patch) | |
tree | d0f5f0364028898a0be1247bafa1d36ec78b688b /modules/buildsystem/templates | |
parent | bf7df6424d56de9971836dd3aac0f23bf86a361a (diff) | |
download | puppet-d5e55086a3f4311b8abfb2ec6be200d3c1f6b14b.tar puppet-d5e55086a3f4311b8abfb2ec6be200d3c1f6b14b.tar.gz puppet-d5e55086a3f4311b8abfb2ec6be200d3c1f6b14b.tar.bz2 puppet-d5e55086a3f4311b8abfb2ec6be200d3c1f6b14b.tar.xz puppet-d5e55086a3f4311b8abfb2ec6be200d3c1f6b14b.zip |
declare repository_root in manifest
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/vhost_repository.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 1ebd179a..51f3a152 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -1,5 +1,4 @@ <% -repository_root = "/distrib/bootstrap" # FIXME: add a reverse lookup for IPv6 adresses # allowed hosts are: valstar, ecosse, jonund buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64" |