Bryce Larson

Results 26 comments of Bryce Larson

probably a different issue, but I also see ``` [ERROR ] Pillar override was not passed as a dictionary [ERROR ] Pillar override was not passed as a dictionary [ERROR...

it has to be installed on the master, not the target. Also if you've already ran salt-ssh before installing contextvars, you may have to use the `-w -t` flags in...

I believe it shows the error because there are edge cases where it doesn't work, even though it works for most use cases. I believe @dwoz is working on making...

> So looks like [saltstack/salt#56169](https://github.com/saltstack/salt/pull/56169) would fix this, when it gets merged/released? Yeah, either in that PR or another one that does the same thing. I heard they might have...

by default the bootstrap script just installs the packages from the official repo, https://repo.saltstack.com You should be able to ```bash apt-key list ``` note the gpg key for the salt...

We should also consider testing oraclelinux7 in the github actions since we don't have to worry about registration or anything and it has similar issues to rhel7 which are different...

noting this here for others: to enable optional rpms for oracle linux 7: ```bash yum-config-manager --enable ol7_optional_latest ``` before the bootstrap script

@jeff350 are you still working on this? I notice it's still in Draft and the last commit is from a while ago.

I think it would be fine to split this into 2 PRs, one that's just the changes to bootstrap so people can have the fix. It should pass the existing...

@jeff350 are you ready for this to be merged ? Can you mark it `Ready for review` ?