https://github.com/saltstack/salt-winrepo-ng
Jinja templated winrepo
https://github.com/saltstack/salt-winrepo-ng
Last synced: about 2 months ago
JSON representation
Jinja templated winrepo
- Host: GitHub
- URL: https://github.com/saltstack/salt-winrepo-ng
- Owner: saltstack
- License: other
- Created: 2015-08-21T18:13:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-04T18:04:33.000Z (3 months ago)
- Last Synced: 2026-03-06T10:26:40.817Z (3 months ago)
- Language: SaltStack
- Size: 3.58 MB
- Stars: 108
- Watchers: 29
- Forks: 180
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: auditbeat/init.sls
Awesome Lists containing this project
README
salt-winrepo-ng
===============
Salt Windows Software Package Manager Repo
Documentation
-------------
Official Salt documentation provides a getting started guide.
Contributing
-------------
Before submitting new or edits to existing sls files. Please deploy them to
your salt master and then run `salt windows-minion-client pkg.refresh_db`
against a minion on 2016.11 or newer. Ensure no errors are reported.
pre-commit
----------
[pre-commit](https://pre-commit.com/) is configured for this repository, which
you may use to ease the steps involved in submitting your changes.
First install the `pre-commit` package manager using the appropriate
[method](https://pre-commit.com/#installation), then run `pre-commit install`
and now `pre-commit` will run automatically on each `git commit`.
```bash
git clone --origin upstream https://github.com/saltstack/salt-winrepo-ng.git
cd salt-winrepo-ng
pre-commit install
```