Remove duplicate variable assignment, SC-2670

This commit is contained in:
Patrik Holmqvist 2025-01-29 13:53:08 +01:00
parent 2909ae128e
commit 7939221161
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -13,7 +13,6 @@ class eid::connector (
) {
$pkcs11_pin = safe_hiera('pkcs11_pin')
$server_fqdn = $facts['networking']['fqdn']
if $version and $pkcs11_pin != 'NOT_SET_IN_HIERA' {