Skip to content
Snippets Groups Projects
Verified Commit bdff3331 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

bojimans: Fix postgresql version

Otherwise, puppet refuses to apply [1].

[1]
```
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call, No preferred version defined or automatically detected. (file: /etc/puppet/code/environments
/production/modules/postgresql/manifests/globals.pp, line: 228, column: 5) on node bojimans.internal.softwareheritage.org
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
```

Related to T3802
parent 15ab070d
No related branches found
No related tags found
1 merge request!458bojimans: Fix postgresql version
......@@ -4,3 +4,6 @@ networks:
address: 192.168.100.199
netmask: 24
gateway: 192.168.100.1
swh::postgresql::version: "11"
postgresql::globals::version: "%{alias('swh::postgresql::version')}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment