pepper icon indicating copy to clipboard operation
pepper copied to clipboard

A library and stand-alone CLI tools to access a salt-api instance

Results 62 pepper issues
Sort by recently updated
recently updated
newest added

Attempting to install salt-pepper 0.5.5-1 on ubunutu 20.04 using apt is failing . please help. ``` ❯ python -V Python 3.8.10 ❯ sudo apt update Hit:1 https://repo.saltproject.io/py3/ubuntu/20.04/amd64/latest focal InRelease Hit:2...

When --make-token is used a token is stored in ~/.peppercache with an expiration time. However, it's possible that server will expire this token sooner for some reason (we found that...

bug

Convert the job configurations within [.travis.yml](https://github.com/saltstack/pepper/blob/develop/.travis.yml) to GitHub Actions workflows, and decommission integration with Travis CI.

Hi there I'm currently running in the following error: ``` bash err@2dbc493bfb79:~$ pepper '*' test.ping --ignore-ssl-errors -H -vvv urlopen() got an unexpected keyword argument 'context' Uncaught Pepper error (increase verbosity...

Support the --state-output and --state-verbose options for the highstate formatter. These allow selecting a more compact output format for states without changes or errors or hiding them entirely.

When the API endpoint uses a self-signed/invalid/untrusted certificate, Pepper ignores this and connects anyway. Thanks to [badssl.com](https://badssl.com/) this can be easily reproduced by adding this section to `~/.pepperrc`: ```INI [tls-self-signed]...

Hi, I have a custom state with a big number of minion in targets. My goal is that I try to extract only the states changed to avoid a big...