-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update openvpn.sls to ver. 2.4.10 #1816
Conversation
actually never mind, there is a bigger problem here, even the existing URLs are giving us 403 , so this needs more attention - will look at that over easter break. But any help on adding the msi installer template to this Jinja template would still be very much appreciated. |
@dafyddj any idea why the pre-commit URL checks all fail to for openvpn? did they use to work lat year when you added 4.8.x and 4.9.x ? |
I'm quite happy to take a look at this @TheBigBear as it's a package I rely on. PS thanks for your recent work. It's good to see some renewed energy for this repo. |
All the tests are failing, BUT the installer works. This is a pre-commit URL test failure. 403 errors are redirects and work and is the way openvpn make their downloads available. I have a issue here here 1835 to fix the pre-commit URL checker to cope better with 403 URLs |
this needs a couple more upgrades to 2.5.x but for that I first need to get on top of Jinja macros to add a new template to be used for the new msi installer they switched to from the old standard exe @dafyddj or @twangboy can you help me improve or add this msi installer section for 2.5.0 - 2.5.1 ?
2.4.10 still has the default fallback of win7 available for download
this needs a couple more upgrades to 2.5.x but for that I first need to get on top of Jinja macros to add a new template to be used for the new msi installer they switched to from the old standard exe @dafyddj or @twangboy can you help me improve or add this msi installer section for 2.5.0 - 2.5.1 ? in PR #1818