forked from SUNET/soc-ops
Bugfix
This commit is contained in:
parent
1e04521106
commit
aef2b3d9ad
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
@ -11,6 +11,7 @@ class soc::intelmq(
|
||||||
groups => 'www-data',
|
groups => 'www-data',
|
||||||
home => '/opt/intelmq',
|
home => '/opt/intelmq',
|
||||||
managehome => true,
|
managehome => true,
|
||||||
|
provider => 'useradd',
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/intelmq':
|
file { '/etc/intelmq':
|
||||||
|
@ -24,8 +25,6 @@ class soc::intelmq(
|
||||||
# content => template('soc/sso/apache-groups.txt.erb')
|
# content => template('soc/sso/apache-groups.txt.erb')
|
||||||
# }
|
# }
|
||||||
|
|
||||||
#sunet::apache2
|
|
||||||
|
|
||||||
package { ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-venv', 'python3-pip', 'python3-gpg']:
|
package { ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-venv', 'python3-pip', 'python3-gpg']:
|
||||||
ensure => 'latest',
|
ensure => 'latest',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue