aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/sshuser.pp
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/buildsystem/manifests/sshuser.pp
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/buildsystem/manifests/sshuser.pp')
-rw-r--r--modules/buildsystem/manifests/sshuser.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/sshuser.pp b/modules/buildsystem/manifests/sshuser.pp
index 4dcf51d5..5cad97ad 100644
--- a/modules/buildsystem/manifests/sshuser.pp
+++ b/modules/buildsystem/manifests/sshuser.pp
@@ -1,5 +1,5 @@
# $groups: array of secondary groups (only local groups, no ldap)
-define buildsystem::sshuser($homedir, $comment, $groups = []) {
+define buildsystem::sshuser($homedir, $comment = undef, $groups = []) {
group { $name: }
user { $name: