salt.states.winrepo

Manage Windows Package Repository

salt.states.winrepo.genrepo(name, force=False, allow_empty=False)

Refresh the winrepo.p file of the repository (salt-run winrepo.genrepo)

If force is True no checks will be made and the repository will be generated if allow_empty is True then the state will not return an error if there are 0 packages,

Note

This state only loads on minions that have the roles: salt-master grain set.

Example:

winrepo:
  winrepo.genrepo

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 3004

Previous topic

salt.states.win_wusa

Next topic

salt.states.wordpress