aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror
diff options
context:
space:
mode:
authorOlivier Blin <mageia@blino.org>2016-02-06 23:05:16 +0100
committerOlivier Blin <dev@blino.org>2016-02-07 02:09:32 +0100
commit72595642f924dd3115f4e6ef1ad9f0d7ddc39d18 (patch)
treef72075d8a1b7a4d4bb6f551affc3b7863812b0e5 /modules/mirror
parentbaea4012f6052f573d080215265cfb2059703ba5 (diff)
downloadpuppet-72595642f924dd3115f4e6ef1ad9f0d7ddc39d18.tar
puppet-72595642f924dd3115f4e6ef1ad9f0d7ddc39d18.tar.gz
puppet-72595642f924dd3115f4e6ef1ad9f0d7ddc39d18.tar.bz2
puppet-72595642f924dd3115f4e6ef1ad9f0d7ddc39d18.tar.xz
puppet-72595642f924dd3115f4e6ef1ad9f0d7ddc39d18.zip
remove comment description for users handled in ldap
git/softwarekey/binrepo/iurt/maintdb/schedbot/signbot/mga-advisories/mgasoft/mirror puppet uses usermod which does not handle ldap.
Diffstat (limited to 'modules/mirror')
-rw-r--r--modules/mirror/manifests/base.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mirror/manifests/base.pp b/modules/mirror/manifests/base.pp
index 7470547d..db48f808 100644
--- a/modules/mirror/manifests/base.pp
+++ b/modules/mirror/manifests/base.pp
@@ -10,7 +10,6 @@ class mirror::base {
group { 'mirror': }
user { 'mirror':
- comment => 'System user use to run mirror scripts',
gid => 'mirror',
}
}