Skip to content

Commit cd4c5c9

Browse files
committed
dnfmodule: update documentation about affected OSes
1 parent 05bc715 commit cd4c5c9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Diff for: REFERENCE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,7 @@ Default value: `undef`
654654
Data type: `Boolean`
655655

656656
Manage the DNF module. This only makes sense on distributions that use DNF
657-
package manager, such as EL8 or Fedora. It also requires Puppet 5.5.20+ or
658-
Puppet 6.15.0+ since they ship the dnfmodule provider.
657+
package manager, such as EL8, EL9 or Fedora.
659658

660659
Default value: `false`
661660

Diff for: manifests/dnfmodule.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @summary Manage the DNF module
22
#
3-
# On EL8 and Fedora DNF can manage modules. This is a method of providing
3+
# On EL8 and newer and Fedora DNF can manage modules. This is a method of providing
44
# multiple versions on the same OS. Only one DNF module can be active at the
55
# same time.
66
#

Diff for: manifests/globals.pp

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@
9696
# @param manage_package_repo Sets up official PostgreSQL repositories on your host if set to true.
9797
# @param manage_dnf_module
9898
# Manage the DNF module. This only makes sense on distributions that use DNF
99-
# package manager, such as EL8 or Fedora. It also requires Puppet 5.5.20+ or
100-
# Puppet 6.15.0+ since they ship the dnfmodule provider.
99+
# package manager, such as EL8, EL9 or Fedora.
101100
# @param module_workdir
102101
# Specifies working directory under which the psql command should be executed.
103102
# May need to specify if '/tmp' is on volume mounted with noexec option.

0 commit comments

Comments
 (0)