Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

init.pp line 432 check is wrong #58

Open
AsherST opened this issue Mar 11, 2019 · 1 comment
Open

init.pp line 432 check is wrong #58

AsherST opened this issue Mar 11, 2019 · 1 comment

Comments

@AsherST
Copy link

AsherST commented Mar 11, 2019

if $tcp_client_ports != undef {
validate_absolute_path($krb5_key_file)
}

I believe this should read

if $krb5_key_file != undef {
validate_absolute_path($krb5_key_file)
}

As it is it is validating krb5_key_file if tcp_client_ports is defined

@samjmarshall
Copy link

This issue will be resolved by PR #62.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants