Skip to content
Snippets Groups Projects
Commit efcdbc09 authored by Joakim Olovsson's avatar Joakim Olovsson
Browse files

Merge branch 'devel' into 'test'

Use a version we do actually provide...

See merge request liu-puppet-modules/openbright!9
parents 8dadb7ef 474db1ed
Branches test
No related tags found
2 merge requests!10Test,!9Use a version we do actually provide...
Pipeline #96374 passed
...@@ -5,7 +5,7 @@ class openbright ( ...@@ -5,7 +5,7 @@ class openbright (
) { ) {
include profiles::letsencrypt include profiles::letsencrypt
include nginx include nginx
class { liurepo::postgres: version => '15' } class { liurepo::postgres: version => '14' }
yumrepo { 'pgdg-common': yumrepo { 'pgdg-common':
name => 'pgdg-common', name => 'pgdg-common',
...@@ -23,8 +23,8 @@ class openbright ( ...@@ -23,8 +23,8 @@ class openbright (
package { package {
[ [
'postgresql15-server', 'postgresql14-server',
'postgis33_15', 'postgis33_14',
'python3', 'python3',
]: ]:
ensure => installed, ensure => installed,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment