Path to this page:
Subject: CVS commit: pkgsrc/sysutils/puppet
From: Takahiro Kambe
Date: 2021-02-14 16:16:13
Message id: 20210214151613.3C8E1FA95@cvs.NetBSD.org
Log Message:
sysutils/puppet: update to 7.4.0
pkgsrc change: mark this package incompatible.
Puppet 7.4.0 Released 9 February 2021.
New features
--timing option in puppet facts show
This release adds a --timing option in the puppet facts show
command. This flag shows you how much time it takes to resolve each
fact. PUP-10858
Resolved issues
User resource with forcelocal uses getent for groups
The useradd provider now checks the forcelocal parameter and gets local
information on the groups (from /etc/groups) and gid (from etc/passwd)
of the user when requested. PUP-10857
Slow Puppet agent run after upgrade to version 6
This release improves the performance of the apt package provider when
removing packages by reducing the calls to apt-mark
showmanual. PUP-10856
The apt provider does not work with local packages
The apt package provider now allows you to install packages from a local
file using source parameter. PUP-10854
The puppet facts show --value-only command displays a quoted value
Previously, the puppet facts show --value-only <fact> command emitted
the value as a JSON string, which included quotes around the value, such
as {{"RedHat"}}. It now only emits the value. PUP-10861
Files: