Skip to content

dnfmodule: update documentation about affected OSes #1537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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