-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
support Debian 9 (#404) #416
Conversation
Seems to be some issues with bootstrapping on the Debian 9 Docker nodeset. |
@juniorsysadmin I don't think we can implement / test this unless there's a way to make the Debian 9 acceptance tests work. |
It works for me locally with |
For debian-9 support, we need beaker >= 3.9.0 (voxpupuli/beaker@23c7360) Otherwise, beaker is not able to build the URL to download puppet:
While the package name is puppetlabs-release-pc1-stretch.deb. |
With the workaround in .sync.yml (BEAKER_VERSION='~> 3.27'), the test fails on #404. |
puppet-corosync/manifests/params.pp Line 88 in 59b9dc0
|
|
@actatux I updated the bit in params that @ekohl mentioned. |
There might be a few differences when we modulesync but we can deal with that there. |
This adds support to Debian 9
As currently implemented, it drops Debian 8 acceptance tests, though we could leave it as 8, or run both.