From 17c8a2d33860347b0959847ce216b692b64e3a0d Mon Sep 17 00:00:00 2001 From: William Bradford Clark Date: Thu, 22 Apr 2021 13:00:29 -0400 Subject: [PATCH] Improve clarity of content plugin param documentation strings --- manifests/init.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index e003323d..ec4b7a26 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 #