diff --git a/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp b/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp index 3b1445b..ff1bddc 100644 Binary files a/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp and b/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp differ diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 8b8b5c2..b871f61 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -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', }