Skip to content

Commit

Permalink
Merge pull request #1537 from bastelfreak/docs
Browse files Browse the repository at this point in the history
dnfmodule: update documentation about affected OSes
  • Loading branch information
bastelfreak authored Oct 19, 2023
2 parents 05bc715 + cd4c5c9 commit d4560c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,7 @@ Default value: `undef`
Data type: `Boolean`

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

Default value: `false`

Expand Down
2 changes: 1 addition & 1 deletion manifests/dnfmodule.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @summary Manage the DNF module
#
# On EL8 and Fedora DNF can manage modules. This is a method of providing
# On EL8 and newer and Fedora DNF can manage modules. This is a method of providing
# multiple versions on the same OS. Only one DNF module can be active at the
# same time.
#
Expand Down
3 changes: 1 addition & 2 deletions manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
# @param manage_package_repo Sets up official PostgreSQL repositories on your host if set to true.
# @param manage_dnf_module
# Manage the DNF module. This only makes sense on distributions that use DNF
# package manager, such as EL8 or Fedora. It also requires Puppet 5.5.20+ or
# Puppet 6.15.0+ since they ship the dnfmodule provider.
# package manager, such as EL8, EL9 or Fedora.
# @param module_workdir
# Specifies working directory under which the psql command should be executed.
# May need to specify if '/tmp' is on volume mounted with noexec option.
Expand Down

0 comments on commit d4560c1

Please sign in to comment.