Skip to content
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

Improve clarity of content type feature param documentation strings #344

Merged
merged 1 commit into from
Apr 28, 2021
Merged
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
10 changes: 5 additions & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# === Parameters:
#
# $enable_yum:: Enable rpm content plugin, including syncing of yum content
# $enable_yum:: Enable the RPM content feature. This allows syncing, managing and serving RPM content to be consumed by package managers like yum and dnf.
#
# $enable_file:: Enable file content plugin
# $enable_file:: Enable the file content feature. This allows syncing, managing, and serving file content.
#
# $enable_docker:: Enable docker content plugin
# $enable_docker:: Enable the container content feature. This allows syncing, managing, and serving container content.
#
# $enable_deb:: Enable debian content plugin
# $enable_deb:: Enable the Debian content feature. This allows syncing, managing, and serving Debian content.
#
# $enable_ansible:: Enable ansible content plugin
# $enable_ansible:: Enable the Ansible content feature. This allows syncing, managing, and serving Ansible content.
#
# $enable_katello_agent:: Enable katello-agent for remote yum actions
#
Expand Down