Commit 69923cc4 by Michael Peters

fixing some typos in the docs of the yum module

parent 77a47dbb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment