aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/repositories
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-04-21 21:41:26 +0000
committerMichael Scherer <misc@mageia.org>2011-04-21 21:41:26 +0000
commit1f928867c443c385a95f350c8f60a97d5def720c (patch)
treec9dca64e1d20dacf582024d5beb75dc41678a4b4 /deployment/repositories
parent5f14fe38ae520d70b07202b9bf43a0176da7c19c (diff)
downloadpuppet-1f928867c443c385a95f350c8f60a97d5def720c.tar
puppet-1f928867c443c385a95f350c8f60a97d5def720c.tar.gz
puppet-1f928867c443c385a95f350c8f60a97d5def720c.tar.bz2
puppet-1f928867c443c385a95f350c8f60a97d5def720c.tar.xz
puppet-1f928867c443c385a95f350c8f60a97d5def720c.zip
- restrict the web repository to the web ldap group
Diffstat (limited to 'deployment/repositories')
-rw-r--r--deployment/repositories/manifests/subversion.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/repositories/manifests/subversion.pp b/deployment/repositories/manifests/subversion.pp
index b5b629e1..72d82c20 100644
--- a/deployment/repositories/manifests/subversion.pp
+++ b/deployment/repositories/manifests/subversion.pp
@@ -23,7 +23,7 @@ class repositories::subversion {
}
subversion::repository { "/svn/web/":
- group => "mga-committers",
+ group => "mga-web",
cia_post => true,
cia_module => "web",
}