File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -654,8 +654,7 @@ Default value: `undef`
654654Data type: ` Boolean `
655655
656656Manage 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
660659Default value: ` false `
661660
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments