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 /deployment/mgagit | |
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 'deployment/mgagit')
-rw-r--r-- | deployment/mgagit/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp index fba81230..fd7f123c 100644 --- a/deployment/mgagit/manifests/init.pp +++ b/deployment/mgagit/manifests/init.pp @@ -28,7 +28,6 @@ class mgagit( } user { $git_login: ensure => present, - comment => 'Mageia Git', home => $git_homedir, managehome => true, gid => $git_login, |