-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Unable to identify debian wheezy #123
Comments
Which facts do you suggest to use instead of |
A combination of
|
I added this now in a branch called |
by the way: shouldn't it be "8.0" instead of "8.0.0" in the Debian Jessie section ?
I had to change to 8.0 as there is no 8.0.x available yet and then puppet used the Wheezy section...
|
Thanks @peterbeck, I updated the branch. Do you mind checking it again? |
Hi @luxflux - just tried the branch and it seems to work as expected. Thanks ! |
Thanks for testing @peterbeck, I need to resolve #44 first before merging. |
When using a small (reduced) debian wheezy installation, openvpn::server is unable to identify it
via openvpn::params.
This is due the lack of the lsb-release package (in a minimal/reduced installation the dependency chain for lsb-release can be huge):$::lsbdistid and $ ::lsbdistrelease facts are empty and eval will fail with the message:
Without the lsb package installed
Not supported OS / Distribution: Debian
The text was updated successfully, but these errors were encountered: