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

Merge branch 'test' into 'production'

Test

See merge request liu-puppet-modules/openbright!10
parents 716fbf52 efcdbc09
No related branches found
No related tags found
No related merge requests found
...@@ -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