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

Merge branch 'postgis' into 'production'

Should work

See merge request !2
parents 0c4b143a b5c8d5bc
No related branches found
No related tags found
1 merge request!2Should work
Pipeline #85692 passed
...@@ -5,11 +5,26 @@ class bright ( ...@@ -5,11 +5,26 @@ class bright (
) { ) {
include nginx include nginx
include liurepo::postgres include liurepo::postgres
yumrepo { 'pgdg-common':
name => 'pgdg-common',
baseurl => 'https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch',
enabled => 1,
gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG',
gpgcheck => 1,
require => Class['liurepo::postgres'],
}
package { 'postgresql':
ensure => disabled,
provider => 'dnfmodule',
}
profiles::letsencrypt::cert { fact('networking.fqdn'): } profiles::letsencrypt::cert { fact('networking.fqdn'): }
package { package {
[ [
'postgresql-server', 'postgresql11-server',
'postgis31_11', 'postgis31_11',
'python3', 'python3',
]: ]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment