apt-formula
apt-formula copied to clipboard
updates: - [github.com/rubocop-hq/rubocop: v1.30.1 → v1.62.1](https://github.com/rubocop-hq/rubocop/compare/v1.30.1...v1.62.1) - [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.8.0.4...v0.10.0.1) - [github.com/adrienverge/yamllint: v1.26.3 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.35.1) - [github.com/warpnet/salt-lint: v0.8.0 → v0.9.2](https://github.com/warpnet/salt-lint/compare/v0.8.0...v0.9.2) - https://github.com/myint/rstcheck → https://github.com/rstcheck/rstcheck - [github.com/rstcheck/rstcheck: 3f929574 → v6.2.0](https://github.com/rstcheck/rstcheck/compare/3f929574...v6.2.0)...
### PR progress checklist (to be filled in by reviewers) - [ ] Changes to documentation are appropriate (or tick if not required) - [ ] Changes to tests are...
Bumps [activesupport](https://github.com/rails/rails) from 7.0.3.1 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...
### PR progress checklist (to be filled in by reviewers) - [ ] Changes to documentation are appropriate (or tick if not required) - [ ] Changes to tests are...
### Is your feature request related to a problem? On debian (at least buster), the systemd service "apt-daily-upgrade.service", which install package upgrades is controlled by apt-daily-upgrade.timer. Currently the service is...
## Your setup ### Formula commit hash / release tag ### Versions reports (master & minion) ### Pillar / config used --- ## Bug details ### Describe the bug As...
The file `/etc/apt/apt.conf.d/10periodic` is managed via the `apt:unattended` pillar, but not all `APT::Periodic` options are supported. Those missing include, but are not limited to, `MaxAge`, `MaxSize`, and `CleanInterval`.
I thought I'd be able to use this `apt.update` state to update the apt db on servers, so I tried ``` salt 'minion' state.sls apt.update ``` It fails with ```...
Hello! There's problem when you adding repos and use clean_sources_list_d: true they're applied every time. I've fixed it here. This fix to be honest must be done in salt sources...
Why have update and upgrade only run when sources.list or sources.list.d are changed? This means it can't be run as a maintenance job. I'm new to Saltstack formulas, so am...