diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-23 07:22:58 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-23 07:22:58 +0000 |
commit | 05956ae2f1d47c9cf6fec86c3dd319e58f8ec72a (patch) | |
tree | f9c1a725a2c9aab08f5110bdb22e214bef8b6f4b /modules | |
parent | 45f6870c86abe8259edd9985f19110e7c422e785 (diff) | |
download | puppet-05956ae2f1d47c9cf6fec86c3dd319e58f8ec72a.tar puppet-05956ae2f1d47c9cf6fec86c3dd319e58f8ec72a.tar.gz puppet-05956ae2f1d47c9cf6fec86c3dd319e58f8ec72a.tar.bz2 puppet-05956ae2f1d47c9cf6fec86c3dd319e58f8ec72a.tar.xz puppet-05956ae2f1d47c9cf6fec86c3dd319e58f8ec72a.zip |
remove unneeded commas
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/templates/vhost_repository.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index a18ec62f..1ebd179a 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -2,7 +2,7 @@ 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" +buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64" %> <VirtualHost *:80> |