9
0
Fork 1
This commit is contained in:
Johan Björklund 2024-11-14 09:26:33 +01:00
parent 1e04521106
commit aef2b3d9ad
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 1 additions and 2 deletions

View file

@ -11,6 +11,7 @@ class soc::intelmq(
groups => 'www-data',
home => '/opt/intelmq',
managehome => true,
provider => 'useradd',
}
file { '/etc/intelmq':
@ -24,8 +25,6 @@ class soc::intelmq(
# content => template('soc/sso/apache-groups.txt.erb')
# }
#sunet::apache2
package { ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-venv', 'python3-pip', 'python3-gpg']:
ensure => 'latest',
}