diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-02-07 13:18:50 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2016-02-07 13:59:29 +0100 |
commit | d1231434e7aaa67247e031e67536c700dc2cebf1 (patch) | |
tree | 33de870bbe6ba1d15039542a620ffa7051dc2b1a /modules/buildsystem/manifests/var/distros.pp | |
parent | f7598c059717dcec44486be9747af8fe5221f208 (diff) | |
download | puppet-d1231434e7aaa67247e031e67536c700dc2cebf1.tar puppet-d1231434e7aaa67247e031e67536c700dc2cebf1.tar.gz puppet-d1231434e7aaa67247e031e67536c700dc2cebf1.tar.bz2 puppet-d1231434e7aaa67247e031e67536c700dc2cebf1.tar.xz puppet-d1231434e7aaa67247e031e67536c700dc2cebf1.zip |
Switch to Apache 2.4 auth config for repository vhost
Diffstat (limited to 'modules/buildsystem/manifests/var/distros.pp')
-rw-r--r-- | modules/buildsystem/manifests/var/distros.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/var/distros.pp b/modules/buildsystem/manifests/var/distros.pp index aa303191..72b386cc 100644 --- a/modules/buildsystem/manifests/var/distros.pp +++ b/modules/buildsystem/manifests/var/distros.pp @@ -75,7 +75,8 @@ # # list of IP or hostnames allowed to access this distro on the # # repository. If you don't want to filter allowed IPs, don't set # # this value -# 'repo_allow_from' => [ '127.0.0.1', '10.0.0.1', ".${::domain}" ], +# 'repo_allow_from_ips' => [ '127.0.0.1', '10.0.0.1' ], +# 'repo_allow_from_domains' => [ ".${::domain}" ], # Optionally, the distribution can be based on the repos from an other # distribution. In this example we're saying that the distribution is # based on 2/core/release and 2/core/updates. |