cdn-ops/global/overlay/etc
Patrik Lundin c386349271
cdn db init: secure schema usage
Trying to run goose for creating database contents failed:
```
2024/11/14 11:59:13 goose run: failed to ensure DB version: ERROR: permission denied for schema public (SQLSTATE 42501)
```

This seems to be because PostgreSQL 15 removed the default CREATE
permission in the public schema for users other than the database owner.

Instead we create a user-specific schema owned by that same user and
leave the public schema unused.
2024-11-14 13:01:06 +01:00
..
cosmos Trust maria 2024-10-08 09:41:09 +02:00
cron.d run cron at boot too, to e.g. get new firewall rules installed 2023-02-06 17:12:01 +01:00
hiera/data Add init.pp 2024-07-03 14:48:52 +02:00
puppet cdn db init: secure schema usage 2024-11-14 13:01:06 +01:00
systemd/system run-cosmos: support fleetlock unlocking at boot 2024-01-24 15:36:34 +01:00