We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the openvpn::server does not have the ensure parameter.
The text was updated successfully, but these errors were encountered:
# * Removal: # Manual process right now, todo for the future
From https://github.com/luxflux/puppet-openvpn/blob/master/manifests/server.pp#L397
Sorry, something went wrong.
Yep, this is still a todo. Basically it's about rm -r ${etc_directory}/openvpn/${name}*.
rm -r ${etc_directory}/openvpn/${name}*
It needs to be a bit more than rm -r ${etc_directory}/openvpn/${name}* in case there are overlapping names.
No branches or pull requests
It looks like the openvpn::server does not have the ensure parameter.
The text was updated successfully, but these errors were encountered: