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 syntax error in cvs.rb #618

Closed
wants to merge 1 commit into from
Closed

Conversation

Pakbon
Copy link

@Pakbon Pakbon commented Aug 10, 2023

Summary

Syntax error in cvs.rb.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

@Pakbon Pakbon requested review from bastelfreak, smortex and a team as code owners August 10, 2023 15:37
@CLAassistant
Copy link

CLAassistant commented Aug 10, 2023

CLA assistant check
All committers have signed the CLA.

@smortex
Copy link
Collaborator

smortex commented Aug 10, 2023

Hey, both expressions are equivalent. If you get a "syntax error", you might be using an older version of Ruby. When using the AIO package it means you use an old version of Puppet not supported by this module anymore:

"version_requirement": ">= 7.0.0 < 9.0.0"

If you are not using the AIO package, double-check which version of Ruby you are using.

@smortex smortex closed this Aug 10, 2023
@kenyon kenyon mentioned this pull request Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants