-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to stdlib, concat, and chrony caused dependency issues #829
Comments
Pinged Saz on saz/puppet-timezone#106 to see if the |
The main branch of the Vox modules seem to have fixed things for |
Submitted a PR to fix the issues with |
This seems like the situation from before. Debating between updating the simp- forks to the unreleased versions or try to get voxpup to release the updates |
@op-ct The differences in the versions aren't huge (mostly just dropping support for dead OSs) so I think that releasing 6.6.0 with the earlier versions is the way to go. |
Related Updates to Vox modules:
Loosely related for tracking: |
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
* Some modules are not yet released (but need to be) * Modded `rpm/dependencies.yaml` for some issues that we can't fix directly Closes simp#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x Driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x Driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch removes the deprecated `daemon_reload` parameter from `systemd::dropin_file` and corrects the systemd branch used by the spec tests' module fixtures This fix supports simp/simp-core#829
This patch removes the deprecated `daemon_reload` parameter from `systemd::dropin_file` and corrects the systemd branch used by the spec tests' module fixtures This fix supports simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x Related: simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829 `daemon_reload` no longer needed as of Puppet 6.1.0, and it was dropped in `puppet/camptocamp` 3.0[1] [1]: voxpupuli/puppet-systemd#171
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829 Discovered during testing that FIPS + 1 processor has a high chance of timing out the aide DB init * quadruple the timeout for 1 processor systems
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829 * Remove deprecated daemon_reload * avoid sssd race condition in tests * Switch to centos/stream8 boxes
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
This patch updates from camptocamp/systemd 2.x to puppet/systemd 3.x This bump is driven by simp/simp-core#829
* Some modules are not yet released (but need to be) * Modded `rpm/dependencies.yaml` for some issues that we can't fix directly Closes #829
Issue
The following dependency issues are now present:
For the most part, these are not difficult to fix. Unfortunately
systemd
had breaking changes at3.X
which will require some larger code rework to resolve.Options
We have two courses of action:
stdlib
and update the other items (should be fine)systemd
-releated changes and push forward.Recommendation
Roll back and address the
systemd
module changes immediately after 6.6.0 is released.The text was updated successfully, but these errors were encountered: