diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-21 21:41:26 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-21 21:41:26 +0000 |
commit | 1f928867c443c385a95f350c8f60a97d5def720c (patch) | |
tree | c9dca64e1d20dacf582024d5beb75dc41678a4b4 /deployment/repositories | |
parent | 5f14fe38ae520d70b07202b9bf43a0176da7c19c (diff) | |
download | puppet-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.pp | 2 |
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", } |