Fix GID
Commit fixes the incorrect GID for the puppet-dashboard user.
This commit is contained in:
parent
5db4442705
commit
1a727c8a25
@ -134,7 +134,7 @@ class dashboard (
|
||||
user { 'puppet-dashboard':
|
||||
uid => '1001',
|
||||
comment => 'Puppet Dashboard',
|
||||
gid => '102',
|
||||
gid => '1002',
|
||||
ensure => 'present',
|
||||
shell => '/sbin/nologin',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user