Skip to content

Commit

Permalink
Merge pull request #788 from jeremycline/lazy-importer-doc
Browse files Browse the repository at this point in the history
Add the new yum importer option to the docs
  • Loading branch information
jeremycline committed Feb 1, 2016
2 parents c21d9d3 + 443d821 commit 9cf79e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tech-reference/yum-plugins.rst
Expand Up @@ -510,6 +510,14 @@ configuration values are optional.
save substantial time to set this to False and thus not have the importer verify
the presence of each. default is True.

``download_policy``
Set the download policy for a repository. By default this is ``immediate``.
The other options are ``on_demand``, where content is only downloaded when
a client requests it, and ``background``, where the sync does not download
content, but after the sync completes a task is dispatched to download all
the content in the background. The content is available for client retrieval
during this time.

Yum Distributor
===============

Expand Down

0 comments on commit 9cf79e6

Please sign in to comment.