Files
ports/sysutils/ruby-puppet/8/pkg/README
T
sebastia 7244a2234d Update Puppet 8 8.5.0 -> 8.6.1
While there, overhaul package handling, drop versionable, latest but
handle package branches properly.
2024-04-20 20:41:33 +00:00

16 lines
563 B
Plaintext

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------
Package handling
================
Support for specifying versions or latest was dropped, in favor of supporting
package branches.
To install a package of a given branch, you have to suffix the package name
with %branch name. For example to ensure Puppet 8 is installed or absent:
package { "puppet%8": ensure => "present"}
package { "puppet%8": ensure => "absent"}