Skip to content
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

Closed
Debilski opened this issue Jul 6, 2017 · 6 comments
Closed

Add support for Debian 9 stretch #708

Debilski opened this issue Jul 6, 2017 · 6 comments
Assignees

Comments

@Debilski
Copy link

Debilski commented Jul 6, 2017

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.

apt::source { 'sensu':
  ensure   => $ensure,
  location => $url,
  release  => $::lsbdistcodename, # this should be a sensu parameter
  repos    => $::sensu::repo,
@ghoneycutt
Copy link
Collaborator

Thanks for letting us know about Debian 9. I'm looking into adding it to our Vagrant setup now.

@ghoneycutt
Copy link
Collaborator

@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.

@Debilski
Copy link
Author

Debilski commented Jul 6, 2017

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).

@deric
Copy link

deric commented Sep 15, 2017

@ghoneycutt FYI PA-515 has been resolved.

@ghoneycutt
Copy link
Collaborator

@deric We're waiting on Sensu to provide Stretch packages

sensu/sensu#1718

ghoneycutt added a commit to ghoneycutt/sensu-puppet that referenced this issue Jan 15, 2018
ghoneycutt added a commit to ghoneycutt/sensu-puppet that referenced this issue Jan 15, 2018
ghoneycutt added a commit that referenced this issue Jan 15, 2018
@ghoneycutt
Copy link
Collaborator

Released in v2.47.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants