File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -654,8 +654,7 @@ Default value: `undef`
654
654
Data type: ` Boolean `
655
655
656
656
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.
659
658
660
659
Default value: ` false `
661
660
Original file line number Diff line number Diff line change 1
1
# @summary Manage the DNF module
2
2
#
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
4
4
# multiple versions on the same OS. Only one DNF module can be active at the
5
5
# same time.
6
6
#
Original file line number Diff line number Diff line change 96
96
# @param manage_package_repo Sets up official PostgreSQL repositories on your host if set to true.
97
97
# @param manage_dnf_module
98
98
# 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.
101
100
# @param module_workdir
102
101
# Specifies working directory under which the psql command should be executed.
103
102
# 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