We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am facing an issue while using this module. Following is the Error :
Error: Could not autoload puppet/parser/functions/scope_defaults: /tmp/ki tchen/modules/staging/lib/puppet/parser/functions/scope_defaults.rb:2: syntax er ror, unexpected ':', expecting ')' newfunction(:scope_defaults, type: :rvalue, doc: <<-EOS ^ /tmp/kitchen/modules/staging/lib/puppet/parser/functions/scope_defaults.r b:6: syntax error, unexpected ')', expecting kEND ) do |arguments|
Could you please help me to solve this error.
Thanks & Regards Dharmender
The text was updated successfully, but these errors were encountered:
Are you using Ruby 1.8.7?
Sorry, something went wrong.
Yes, That's right.
We dropped support for ruby 1.8.7. That error you're seeing is related to the new hash syntax present in 1.9 and beyond.
Ok..Thanks
No branches or pull requests
Hi,
I am facing an issue while using this module. Following is the Error :
Error: Could not autoload puppet/parser/functions/scope_defaults: /tmp/ki
tchen/modules/staging/lib/puppet/parser/functions/scope_defaults.rb:2: syntax er
ror, unexpected ':', expecting ')'
newfunction(:scope_defaults, type: :rvalue, doc: <<-EOS
^
/tmp/kitchen/modules/staging/lib/puppet/parser/functions/scope_defaults.r
b:6: syntax error, unexpected ')', expecting kEND
) do |arguments|
Could you please help me to solve this error.
Thanks & Regards
Dharmender
The text was updated successfully, but these errors were encountered: