-
Notifications
You must be signed in to change notification settings - Fork 289
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
Add support for Debian 9 stretch #708
Comments
Thanks for letting us know about Debian 9. I'm looking into adding it to our Vagrant setup now. |
@Debilski This is not yet supported by Puppet. Until then, we will not have formal support for it. Your work around is totally valid and I'll look into implementing that. You can watch https://tickets.puppetlabs.com/browse/PA-515 to see when Debian 9 support is added. |
Thanks for looking into the work-around. That puppet has no official Debian 9 support is of course a different issue altogether (though the Debian 8 version of Puppet works on 9 once you install libreadline6 from Debian 8 as well). |
@ghoneycutt FYI PA-515 has been resolved. |
@deric We're waiting on Sensu to provide Stretch packages |
(GH-708) Add support for Debian 9 (Stretch)
Released in v2.47.0 |
Additionally, it would be helpful if the apt release specifier would be parametrised and not resolve to $::lsbdistcodename directly (see snippet below). That way one could at least use the jessie release on a Debian stretch machine.
The text was updated successfully, but these errors were encountered: