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:
Monty Taylor 2011-10-11 15:56:11 -07:00
parent 516534ae37
commit 3ada86c34f
1 changed files with 1 additions and 1 deletions

View File

@ -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],