psf-salt icon indicating copy to clipboard operation
psf-salt copied to clipboard

PSF infrastructure configuration

Results 70 psf-salt issues
Sort by recently updated
recently updated
newest added

One possible avenue to publish any changes in `salt-server-list.rst` back to our `python/psf-salt` repository is to: 1. Apply the state [git.latest](https://salt-zh.readthedocs.io/en/latest/ref/states/all/salt.states.git.html#:~:text=salt.states.git.latest) which clones the repository to a local directory. This...

When calling `state.highstate` on any given node, the following log lines appear during execution: ``` [ERROR ] Invalid compound target: for results: [ERROR ] Invalid compound target: for results: ```...

While working on upgrading our salt configurations for ubuntu 20.04, I noticed these outputs in the logs from sshd: ``` Jul 12 12:58:40 salt-master.vagrant.psf.io sshd[1220613]: rexec line 65: Deprecated option...

As documented in https://docs.fastly.com/en/guides/wildcard-purges It would be nice to be able to purge a whole version of the doc at once from docsubild scripts when updating a symlink, like `PURGE...

Can we have: https://github.com/python/docsbuild-scripts#the-github-hook-server on docs.nyc1.psf.io? I though we had an issue open about it but I don't find it :D

It's currently set up on the buildbot host outside of Salt, running as the `buildbot` user. It's listening on port 6667 (no SSL) and connected to irc.libera.chat 6697 (SSL) with...

Currently we're all having a umask of `007`, so if we create a directory the docsbuild-scripts won't be able to touch it. @ewdurbin would it be a good idea to...

At some time the infrastructure for bugs.python.org was moved to a different server. It is very likely that it was moved off a server from `Upfront Systems` as still written...

It would be great to have server fingerprints documented somewhere, so newcomers like me don't blindly ssh to a machine over an untrusted network. If it's already done, I missed...