Rework all of the slaves for virtualenv.
Includes: Fixing jenkins sudoers from jeblair Removing tarmac depend from jeblair Remove wheel group from jeblair Change-Id: I86ec23f7aeafc31cc70b0f3a648739bb7316fc61
This commit is contained in:
parent
516534ae37
commit
3ada86c34f
@ -10,7 +10,7 @@ class user::virtual {
|
||||
home => "/home/$title",
|
||||
shell => $shell,
|
||||
gid => $title,
|
||||
groups => ['wheel','sudo','admin'],
|
||||
groups => ['sudo','admin'],
|
||||
membership => 'minimum',
|
||||
managehome => true, # creates the home directory (does not actually manage it)
|
||||
require => Group[$title],
|
||||
|
Loading…
Reference in New Issue
Block a user