voxpupuli / puppet-letsencrypt

A Puppet module to install the Letsencrypt client and request certificates.
https://forge.puppet.com/puppet/letsencrypt
Apache License 2.0
87 stars 136 forks source link

convert merge() to stdlib::merge() #325

Closed slauger closed 1 year ago

slauger commented 1 year ago

I needed one more change to make this running in my environment.

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call, deprecation. merge. This function is deprecated, please use stdlib::merge instead. at ["/etc/puppetlabs/code/environments/production/forge/letsencrypt/manifests/config.pp", 27]

We still need to fix the CI tests.

vchepkov commented 1 year ago

This was fixed in #333