9
0
Fork 1
This commit is contained in:
Johan Björklund 2024-11-14 10:27:12 +01:00
parent 5cf61f0112
commit be112f0ad8
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 1 additions and 1 deletions

View file

@ -36,7 +36,7 @@ class soc::intelmq(
file { '/opt/intelmq/install-intelmq.sh':
ensure => file,
content => file('soc/intelmq/install-intelmq.sh'),
mode => 0555,
mode => '0555',
}
exec { 'sudo -u intelmq /opt/install-intelmq.sh':