diff options
author | Olivier Blin <mageia@blino.org> | 2016-02-06 23:05:16 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2016-02-07 02:09:32 +0100 |
commit | 72595642f924dd3115f4e6ef1ad9f0d7ddc39d18 (patch) | |
tree | f72075d8a1b7a4d4bb6f551affc3b7863812b0e5 /modules/mgasoft | |
parent | baea4012f6052f573d080215265cfb2059703ba5 (diff) | |
download | puppet-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/mgasoft')
-rw-r--r-- | modules/mgasoft/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mgasoft/manifests/init.pp b/modules/mgasoft/manifests/init.pp index 956ea978..70431701 100644 --- a/modules/mgasoft/manifests/init.pp +++ b/modules/mgasoft/manifests/init.pp @@ -8,7 +8,6 @@ class mgasoft( group { $mgasoft_login: } user { $mgasoft_login: - comment => 'System user to publish software', managehome => true, home => "/var/lib/${mgasoft_login}", gid => $mgasoft_login, |