Skip to content

Commit

Permalink
Improve clarity of content plugin param documentation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
wbclark committed Apr 23, 2021
1 parent 447cff8 commit 17c8a2d
Showing 1 changed file with 5 additions and 5 deletions.
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 rpm content plugin to sync and serve rpm content to be consumed by package manager like yum and dnf
#
# $enable_file:: Enable file content plugin
# $enable_file:: Enable file content plugin to sync and serve file content
#
# $enable_docker:: Enable docker content plugin
# $enable_docker:: Enable container content plugin to sync and serve container content
#
# $enable_deb:: Enable debian content plugin
# $enable_deb:: Enable Debian content plugin to sync and serve Debian content
#
# $enable_ansible:: Enable ansible content plugin
# $enable_ansible:: Enable Ansible content plugin to sync and serve Ansible content
#
# $enable_katello_agent:: Enable katello-agent for remote yum actions
#
Expand Down

0 comments on commit 17c8a2d

Please sign in to comment.