can't check variable that is not set, SC-2670

This commit is contained in:
Patrik Holmqvist 2025-02-18 16:37:32 +01:00
parent 56c8560938
commit d41a38e6f8
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -20,7 +20,7 @@ class eid::connector (
$pkcs11_pin = safe_hiera('pkcs11_pin')
}
if $version and $pkcs11_pin != 'NOT_SET_IN_HIERA' {
if $version {
# Allow HTTPS from load balancer servers
sunet::nftables::allow { 'allow-https-from-lbs':