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

View file

@ -39,7 +39,7 @@ class soc::intelmq(
mode => '0555',
}
exec { 'sudo -u intelmq /opt/install-intelmq.sh':
exec { 'sudo -u intelmq /opt/intelmq/install-intelmq.sh':
creates => '/opt/intelmq/.installed'
}
}