Skip to content

Commit

Permalink
Do not use uid and gid for wwwrun and postgresql
Browse files Browse the repository at this point in the history
Otherwise, for testing 4.3 VM, where users exists, is a problem.

Signed-off-by: Jordi Massaguer Pla <[email protected]>
  • Loading branch information
jordimassaguerpla committed Feb 9, 2024
1 parent f8686f7 commit 0fac9de
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions salt/server/additional_disk.sls
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,15 @@ spacewalk_partition:

www:
group.present:
# - gid: 469
- gid: 498
- system: True

wwwrun:
group.present:
# - gid: 466
- gid: 497
- system: True
user.present:
- fullname: WWW daemon apache
- shell: /usr/sbin/nologin
- home: /var/lib/wwwrun
# - uid: 466
- uid: 498
# - gid: 466
- gid: 497
- groups:
- wwwrun
- www
Expand Down Expand Up @@ -114,15 +106,11 @@ postgres:
- require:
- cmd: pgsql_partition
group.present:
- gid: 464
- system: True
user.present:
- fullname: PostgreSQL Server
- shell: /bin/bash
- home: /var/lib/pgsql
# - uid: 464
- uid: 477
- gid: 464
- groups:
- postgres

Expand Down

0 comments on commit 0fac9de

Please sign in to comment.