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

Add some packages

parent a36b203e
Branches
No related tags found
No related merge requests found
Pipeline #76098 passed
...@@ -4,8 +4,18 @@ class bright ( ...@@ -4,8 +4,18 @@ class bright (
Array[String] $index_files = ['index.html'], Array[String] $index_files = ['index.html'],
) { ) {
include nginx include nginx
include liurepo::postgres
profiles::letsencrypt::cert { fact('networking.fqdn'): } profiles::letsencrypt::cert { fact('networking.fqdn'): }
package {
[
'postgresql-server',
'postgis31_11',
'python3',
]:
ensure => installed,
}
nginx::resource::server { fact('networking.fqdn'): nginx::resource::server { fact('networking.fqdn'):
ensure => present, ensure => present,
www_root => $www_root, www_root => $www_root,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment