mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The zypper.mod_repo
: fix typo in the docstring
This commit is contained in:
parent
e4047a1234
commit
e80bfb20c6
1 changed files with 3 additions and 3 deletions
|
@ -734,17 +734,17 @@ def mod_repo(repo, **kwargs):
|
|||
the URL for zypper to reference
|
||||
|
||||
enabled
|
||||
enable or disable (True or False) repository,
|
||||
Enable or disable (True or False) repository,
|
||||
but do not remove if disabled.
|
||||
|
||||
refresh
|
||||
enable or disable (True or False) auto-refresh of the repository.
|
||||
Enable or disable (True or False) auto-refresh of the repository.
|
||||
|
||||
cache
|
||||
Enable or disable (True or False) RPM files caching.
|
||||
|
||||
gpgcheck
|
||||
Enable or disable (True or False) GOG check for this repository.
|
||||
Enable or disable (True or False) GPG check for this repository.
|
||||
|
||||
gpgautoimport
|
||||
Automatically trust and import new repository.
|
||||
|
|
Loading…
Add table
Reference in a new issue