forked from SUNET/soc-ops
Typo.
This commit is contained in:
parent
3da624da4e
commit
72d44e3cd8
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class soc::intelmq(
|
|||
group => 'intelmq',
|
||||
}
|
||||
exec { 'Import private gpg key':
|
||||
command => "sudo -u intelmq /usr/bin/gpg -import /opt/intelmq/.gnupg/${privkey}.asc",
|
||||
command => "sudo -u intelmq /usr/bin/gpg --import /opt/intelmq/.gnupg/${privkey}.asc",
|
||||
unless => "sudo -u intelmq /usr/bin/gpg -K 2>/dev/null | grep ${privkey}",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue