Page MenuHomeDevCentral

No OneTemporary

diff --git a/pillar/dbserver/windriver.sls b/pillar/dbserver/windriver.sls
index 16454ce..944dc79 100644
--- a/pillar/dbserver/windriver.sls
+++ b/pillar/dbserver/windriver.sls
@@ -1,77 +1,77 @@
# -------------------------------------------------------------
# Database configuration for devserver
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# MySQL (MariaDB)
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dbserver_mysql:
server:
salt:
# Account used by Salt to configure the server
credentials: dbserver/windriver-mariadb/users/salt
# As of 2024-09, users and databases are managed manually.
# You're more than welcome to automate any user/db deployment here.
# cluster-B.sls can be helpful for syntax hints
users: {}
databases: {}
# -------------------------------------------------------------
# PostgreSQL
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dbserver_postgresql:
server:
cluster: windriver
# Fantoir database needs the pg_trgm extension
with_contrib: True
- listen_addresses: "*"
+ listen_addresses: "127.0.0.1"
# As of 2024-09, users and databases are managed manually.
# You're more than welcome to automate any user/db deployment here.
# cluster-A.sls can be helpful for syntax hints
users:
keruald:
password: dbserver/windriver-pgsql/users/keruald
privileges:
- database: test_keruald_db
scope: schema
privileges:
- ALL
netbox:
password: dbserver/windriver-pgsql/users/netbox
privileges:
- database: netbox
scope: schema
privileges:
- ALL
databases:
netbox:
encoding: UTF8
owner: netbox
test_keruald_db:
encoding: UTF8
owner: keruald
connections:
- db: netbox
user: netbox
ips: 127.0.0.1
method: password
- db: test_keruald_db
user: keruald
ips: 127.0.0.1
method: password

File Metadata

Mime Type
text/x-diff
Expires
Sat, Mar 21, 07:14 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3546627
Default Alt Text
(2 KB)

Event Timeline