Displaying 1 result from an estimated 1 matches for "qtjzcpsaahdzmsnu9xj0hb1vx3".
2013 Oct 08
5
user management define once an add if required on server
...uot;test2",
uid => "2012",
gid => "888",
shell => "/bin/bash",
password => ''$6$0vY.Ob.b$uF0JMxjptxEq9gj72KrU7CqB7ez0gCt6fAB1'',
sshkeytype => "rsa",
sshkey =>
"AAAAB3NzaC1yc2EAA/QtjZcPsaAhdZMsNU9xJ0Hb1VX3+vaAX1pA4F1Lq87ZBrZxrTS2F0G7hHJDffhqwlYoWfl1755hWeNeNZWQBcF"
}
}
and useradd.pp
define admin_user::useradd ( $comment, $uid, $group, $gid, $password,
$shell, $sshkeytype, $sshkey) {
include admin_user::group
$username = $title
user { $username:
ensure => present,
c...