Remove duplicate variable assignment, SC-2670
This commit is contained in:
parent
2909ae128e
commit
7939221161
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ class eid::connector (
|
||||||
) {
|
) {
|
||||||
|
|
||||||
$pkcs11_pin = safe_hiera('pkcs11_pin')
|
$pkcs11_pin = safe_hiera('pkcs11_pin')
|
||||||
$server_fqdn = $facts['networking']['fqdn']
|
|
||||||
|
|
||||||
if $version and $pkcs11_pin != 'NOT_SET_IN_HIERA' {
|
if $version and $pkcs11_pin != 'NOT_SET_IN_HIERA' {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue