From 69923cc41388cef7d28bdc4c1dd954175b0df5ba Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Fri, 16 May 2014 09:22:12 -0400 Subject: [PATCH 1/2] fixing some typos in the docs of the yum module --- library/packaging/yum | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library/packaging/yum b/library/packaging/yum index aded7abbb63..ffabf34cff9 100644 --- a/library/packaging/yum +++ b/library/packaging/yum @@ -60,9 +60,9 @@ options: default: "present" enablerepo: description: - - Repoid of repositories to enable for the install/update operation. - These repos will not persist beyond the transaction - multiple repos separated with a ',' + - I(Repoid) of repositories to enable for the install/update operation. + These repos will not persist beyond the transaction. + Multiple repos separated with a ','. required: false version_added: "0.9" default: null @@ -70,9 +70,9 @@ options: disablerepo: description: - - I(repoid) of repositories to disable for the install/update operation - These repos will not persist beyond the transaction - Multiple repos separated with a ',' + - I(Repoid) of repositories to disable for the install/update operation. + These repos will not persist beyond the transaction. + Multiple repos separated with a ','. required: false version_added: "0.9" default: null From 15b3b42525919683339a85e94242245dcdc2fc6b Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Fri, 16 May 2014 09:44:32 -0400 Subject: [PATCH 2/2] slight language change based on feedback from jimi-c --- library/packaging/yum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/packaging/yum b/library/packaging/yum index ffabf34cff9..b547f148342 100644 --- a/library/packaging/yum +++ b/library/packaging/yum @@ -62,7 +62,7 @@ options: description: - I(Repoid) of repositories to enable for the install/update operation. These repos will not persist beyond the transaction. - Multiple repos separated with a ','. + When specifying multiple repos, separate them with a ",". required: false version_added: "0.9" default: null @@ -72,7 +72,7 @@ options: description: - I(Repoid) of repositories to disable for the install/update operation. These repos will not persist beyond the transaction. - Multiple repos separated with a ','. + When specifying multiple repos, separate them with a ",". required: false version_added: "0.9" default: null