Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix params.pp missing $ on fact lookup line 95 and following #230

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

deligatedgeek
Copy link
Contributor

Missing dollar here on line 95 and on line 106 is causing failures

    'Debian': {
      $fr_basepath = facts['os']['release']['major'] ? {
        '9'          => '/etc/freeradius/3.0',

@deligatedgeek
Copy link
Contributor Author

Hi @djjudas21, 2 missing dollar signs are causing puppet run failures.

@deligatedgeek
Copy link
Contributor Author

At first I thought it was the 'buster/sid' in the lookup so I replaced with 16.04, but when I realised it was the missing $ I reverted that change

@djjudas21 djjudas21 merged commit acf08d6 into djjudas21:main Oct 25, 2024
0 of 2 checks passed
@deligatedgeek deligatedgeek deleted the fix/params_buster branch October 25, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants