diff --git a/edit-secrets b/edit-secrets index 144afc4..68d3630 100755 --- a/edit-secrets +++ b/edit-secrets @@ -71,14 +71,12 @@ EOF fi fi fi -} -function patch_broken_eyaml_noble { # # Ubuntu 24.04 (noble) has a hiera-eyaml version that is incompatible with ruby 3.2+ (default in ubuntu24). # This is fixed in hiera-eyaml version 3.3.0: https://github.com/voxpupuli/hiera-eyaml/pull/340/files # https://github.com/voxpupuli/hiera-eyaml/blob/master/CHANGELOG.md - # But there is no modern version of hiera-eyanl packaged in debian or ubuntu. + # But there is no modern version of hiera-eyaml packaged in debian or ubuntu. # https://github.com/puppetlabs/puppet/wiki/Puppet-8-Compatibility#filedirexists-removed # @@ -269,7 +267,6 @@ function edit_eyaml_file() done patch_broken_eyaml - patch_broken_eyaml_noble # save source file for comparision afterwards cp "${EYAMLFILE}" "${TMPFILE}"