Rename init-users.sh to init-db.sh and update all references

This commit is contained in:
Mike Reeves
2026-05-14 15:53:00 -04:00
parent b328820c01
commit 6f273d7d97
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -46,10 +46,10 @@ postgresinitdir:
- require:
- file: postgresconfdir
postgresinitusers:
postgresinitdb:
file.managed:
- name: /opt/so/conf/postgres/init/init-users.sh
- source: salt://postgres/files/init-users.sh
- name: /opt/so/conf/postgres/init/init-db.sh
- source: salt://postgres/files/init-db.sh
- user: 939
- group: 939
- mode: 755