2021-02-03 16:15:19 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/puppet: update to 7.3.0
Puppet 7.3.0
Released 20 January 2021.
New features
* New serverport setting type
The serverport setting is an alias for masterport. PUP-10725
Enhancements
* Multiple logdest locations in puppet.conf accepted
You can set multiple logdest locations using a comma separated list.
For example: /path/file1,console,/path/file2. PUP-10795
* The puppet module install command lists unsatisfiable dependencies
If the puppet module install command fails, Puppet returns a more
detailed error, including the unsatisfiable module(s) and its
ranges. PUP-9176
* New --no-legacy option to disable legacy facts
By default, puppet facts show displays all facts, including legacy
facts. This release adds a --no-legacy option to disable legacy facts
when querying all facts. PUP-10850
Resolved issues
* The puppet apply command creates warnings
This release eliminates Ruby 2.7.x warnings when running puppet apply
with node statements. PUP-10845
* Remove Pathname#cleanpath workaround
This release removes an unnecessary workaround when cleaning file paths,
as Ruby 1.9 is no longer supported. PUP-10840
* The allow * error message shown during PE upgrade
Puppet no longer prints an error if fileserver.conf contains allow *
rules. It continues to print an error for all other rules, as Puppet's
legacy authorization is no longer supported and is superseded by
Puppetserver's authorization. PUP-10851
* 3x functions cannot be called from deferred functions in Puppet agent
This release allows deferred 3.x functions, like sprintf, to be called
during a Puppet agent run. PUP-10819
* Cached catalog contains the result of deferred evaluation instead of the
deferred function
Puppet 6.12.0 introduced a regression that caused the result of a
deferred function to be stored in the cached catalog. As a result, an
agent running with a cached catalog would not re-evaluate the deferred
function. This is now fixed. PUP-10818
* puppet facts show fact output differs from facter fact
The output format is different between Facter and Puppet facts when a
query for a single fact is provided. This is now fixed. PUP-10847
* Issue with Puppet creating production folder when multiple environment
paths are set
Previously, the production environment folder was automatically created
at every Puppet ran in the first search path, if it did not already
exist. This release ensures Puppet searches all the given paths before
creating a new production environment folder. PUP-10842
Puppet 7.2.0
This version of Puppet was never released.
|
2021-01-19 01:03:53 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
sysutils/puppet: fix typo in dependency
Fix ruby-scanf dependency.
|
2021-01-18 16:38:05 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
sysutils/puppet: remove "not yet" part
Remove small code for forth coming Ruby 3.0.
|
2021-01-18 16:36:23 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/puppet: update to 7.1.0
Update puppet pacakge to 7.1.0.
Changes from 6.18.0 are too many to write here, please refer
<https://puppet.com/docs/puppet/7.1/puppet_index.html> in detail.
|
2020-09-14 16:22:35 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/puppet: update to 6.18.0
Update puppet package to 6.18.0.
Please refer each release note:
<https://puppet.com/docs/puppet/6.18/release_notes_puppet.html>.
|
2020-06-07 17:02:55 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/puppet: update to 6.16.0
Update puppet to 6.16.0.
6.16.0 (2020-06-04)
The release contains bug fixes and minor improvements, including:
* A Puppet help <app> --ronn command to generate help text for an
application in ronn format
* New Puppet agent options when waiting for lock
* Puppet now uses the HTTP client to retrieve file metadata from HTTP(S)
sources
* The HTTP terminus for retrieving file content is deprecated and will be
removed in Puppet 7
* An Introduction to Puppet section in the documentation to help onboard
new users
For the full list of changes, check out the release notes: \
https://puppet.com/docs/puppet/latest/release_notes_puppet.html
|
2020-05-25 16:53:31 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/puppet: update to 6.15.0
Update puppet to 6.15.0.
Changes are too many to write here, please refer release notes on
official Web.
<https://puppet.com/docs/puppet/latest/release_notes_puppet.html>
|
2020-03-24 19:27:42 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/puppet: update to 6.14.0
Update puppet to 6.14.0.
Changes are too many to write here.
|
2019-11-04 22:28:59 by Roland Illig | Files touched by this commit (174) |
Log message:
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
|
2018-09-23 20:27:03 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
sysutils/puppet: update to 5.5.2
Puppet 5.5.2 Released June 7, 2018.
This is a bug-fix and security release of Puppet.
Puppet 5.5.1 Released April 17, 2018.
This is a feature and bug-fix release of Puppet.
Please refer release note for full changes:
<https://puppet.com/docs/puppet/5.5/release_notes.html>.
|