diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index ce1e38b..bdb446f 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -96,7 +96,7 @@ class soc::intelmq( file { '/etc/apache2/sites-available/intelmq-vhost.conf': ensure => file, - template => 'soc/intelmq/intelmq-vhost.conf.erb' + content => template('soc/intelmq/intelmq-vhost.conf.erb'), } file { '/etc/intelmq/api-config.json':