From 73f19762a5d63b25482935e90df9477e9ffc9874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Mon, 18 Nov 2024 13:16:19 +0100 Subject: [PATCH] Typo. --- global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index c99e4d0..eccc345 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -29,7 +29,7 @@ class soc::intelmq( file { '/etc/intelmq/api': ensure => directory, owner => 'intelmq', - gorup => 'www-data', + group => 'www-data', mode => '0770', }