diff options
author | Colin Guthrie <colin@mageia.org> | 2014-06-11 22:29:31 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-06-11 22:29:31 +0000 |
commit | 207b7b75704fbc7be106eb87ced24c8faeb1f934 (patch) | |
tree | eb97d08b9daeabbe9c7e9e19309c25477bfeb98a /deployment/mgagit/manifests | |
parent | 37668c01c8c11d644c82a0ec8be607bec2f8d3fe (diff) | |
download | puppet-207b7b75704fbc7be106eb87ced24c8faeb1f934.tar puppet-207b7b75704fbc7be106eb87ced24c8faeb1f934.tar.gz puppet-207b7b75704fbc7be106eb87ced24c8faeb1f934.tar.bz2 puppet-207b7b75704fbc7be106eb87ced24c8faeb1f934.tar.xz puppet-207b7b75704fbc7be106eb87ced24c8faeb1f934.zip |
mgagit: Add a repo group for infrastructure stuff.
This is slightly recursive as this is where the definitions are kept, but
I'll add a readme to the git repo to make sure no-one actually adds definitions
in this tree (although a pre-receive hook would be better to really ban it)
Diffstat (limited to 'deployment/mgagit/manifests')
-rw-r--r-- | deployment/mgagit/manifests/init.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp index 9b19c6b5..00ece81e 100644 --- a/deployment/mgagit/manifests/init.pp +++ b/deployment/mgagit/manifests/init.pp @@ -100,6 +100,12 @@ class mgagit( ml => 'atelier', # NB This is wrong, we should have a doc-commits@ ML (and thus remove this line) } + mgagit::tmpl { 'infrastructure': + tmpldir => $gitolite_tmpldir, + group => 'sysadmin', + ml => 'sysadmin', + } + mgagit::tmpl { 'org': tmpldir => $gitolite_tmpldir, group => 'board', |