Path to this page:
Subject: CVS commit: pkgsrc/sysutils/puppet
From: Takahiro Kambe
Date: 2023-04-30 17:37:57
Message id: 20230430153758.0D719FA87@cvs.NetBSD.org
Log Message:
sysutils/puppet: update to 7.24.0
pkgsrc change: change order of DEPENDS lines to gemspec.
7.24.0 (2023-04)
Resolved issues
* Puppet resource can't load time object to YAML
The file resource now supports puppet resource file <path> --to_yaml.
PUP-11763 each, map, and filter functions are slow and buggy on jruby
Fixed an issue where the each, map, and filter built-in functions in
Puppet language had poor performance and consumed unnecessary resources.
PUP-11755
Enhancements
* Warn if Puppet falls back to PSON
Puppet Server now logs a warning instead of debug message if it fails to
serialize a catalog and falls back to PSON, which usually occurs when
binary data is present in the catalog. PUP-11787
* Setting to report non-versioned path to resource when using versioned dirs
When the versioned_environment_dirs setting is enabled, Puppet would
previously report the full directory path to the environment after
resolving symlinks as the source for resources in a catalog.
Puppet now reports the path to the resource before resolving symlinks in
the environmentpath. You may revert to the previous behavior by setting
the new configuration option report_configured_environmentpath to false.
PUP-11691
Files: