Fix Puppet for Review site

Natty's puppet doesn't support system users so remove that for now.

Change-Id: Ie389462d60530710e5c8c18ba9e9426f3b996694
This commit is contained in:
Andrew Hutchings 2012-03-21 16:27:29 +00:00
parent 08be53181b
commit 31c328b623

View File

@ -24,7 +24,6 @@ $logo
home => "/home/gerrit2",
shell => "/bin/bash",
gid => "gerrit2",
system => true,
managehome => true,
require => Group["gerrit2"]
}