You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# --- Caused by: ---
# Puppet::ParseError:
# Puppet: This function is not available in Puppet 8. URI.escape no longer exists as of Ruby 3+.
# ./spec/fixtures/modules/stdlib/lib/puppet/parser/functions/uriescape.rb:23:in `block in <module:Functions>'
Environment
Puppet 8
I don't see any alternative function to use ?
The text was updated successfully, but these errors were encountered:
This reverts commit 799d608.
While uriescape was deprecated for Puppet 8 in puppetlabs#1307
it was already fixed earlier for Puppet 8 and ruby 3 in puppetlabs#1195
It is unclear to me why this function was deprecated.
* Fixespuppetlabs#1401
Describe the Bug
With puppet 8
Environment
I don't see any alternative function to use ?
The text was updated successfully, but these errors were encountered: