Commit fixes the incorrect GID for the puppet-dashboard user.
This commit is contained in:
Gary Larizza 2011-06-17 18:00:43 -07:00
parent 5db4442705
commit 1a727c8a25

View File

@ -134,7 +134,7 @@ class dashboard (
user { 'puppet-dashboard':
uid => '1001',
comment => 'Puppet Dashboard',
gid => '102',
gid => '1002',
ensure => 'present',
shell => '/sbin/nologin',
}