can't check variable that is not set, SC-2670
This commit is contained in:
parent
56c8560938
commit
d41a38e6f8
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue