aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-08-25 14:53:16 +0000
committerColin Guthrie <colin@mageia.org>2013-08-25 14:53:16 +0000
commit7443b6ccc768d2414e333259b073d1dfe87b8c1f (patch)
tree0f524a7961b5b4f39e7f927f95441c1274e964ff /deployment/mgagit
parent5fb8bd6d643c7bd7e4889ccba6e312238f7d520a (diff)
downloadpuppet-7443b6ccc768d2414e333259b073d1dfe87b8c1f.tar
puppet-7443b6ccc768d2414e333259b073d1dfe87b8c1f.tar.gz
puppet-7443b6ccc768d2414e333259b073d1dfe87b8c1f.tar.bz2
puppet-7443b6ccc768d2414e333259b073d1dfe87b8c1f.tar.xz
puppet-7443b6ccc768d2414e333259b073d1dfe87b8c1f.zip
Rename the 'Git user' to 'Mageia Git' as it's shown to the public via emails and on cgit
Diffstat (limited to 'deployment/mgagit')
-rw-r--r--deployment/mgagit/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp
index 94024446..b88efbbe 100644
--- a/deployment/mgagit/manifests/init.pp
+++ b/deployment/mgagit/manifests/init.pp
@@ -26,7 +26,7 @@ class mgagit(
}
user { $git_login:
ensure => present,
- comment => 'Git user',
+ comment => 'Mageia Git',
home => $git_homedir,
managehome => true,
gid => $git_login,