puppet-openvpn icon indicating copy to clipboard operation
puppet-openvpn copied to clipboard

OpenVPN module for puppet including client config/cert creation

Results 49 puppet-openvpn issues
Sort by recently updated
recently updated
newest added

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.18.0 - Ruby: ruby 2.5.8p224 (2020-03-31 revision 67882) [x86_64-linux] - Distribution: CentOS 7.5 - Module version: 8.2.0 & 8.3.0 ##...

Fixes #211 Should manage the service for openvpn client service correctly. Service restart on configuration changes does _not_ work due to dependency cycles I wasn't able to solve. Only tested...

bug
merge-conflicts

See documentation for proto: –proto p Use protocol p for communicating with remote host. p can be udp, tcp-client, or tcp-server.The default protocol is udp when –proto is not specified....

tests-fail

#### Pull Request (PR) description Fix of deprecation warning: Warning: The `source_permissions` parameter is deprecated. Explicitly set `owner`, `group`, and `mode`. (file: .../manifests/ca.pp, line: 127) #### This Pull Request (PR)...

needs-work
tests-fail

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5 or 6 - Ruby: - Distribution: any - Module version: 7.4.0 ## How to reproduce (e.g Puppet code you...

enhancement

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.3.3 - Ruby: 2.4.2 - Distribution: Debian 9 (stretch) - Module version: 7.1.0 ## How to reproduce (e.g Puppet code...

It looks like the openvpn::server does not have the ensure parameter.

enhancement

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5 - Distribution: CentOS - Module version: Latest ## How to reproduce (e.g Puppet code you use) Assign permissions that...

It would be helpful, particularly for large deployments, if this module deleted client configurations when their `openvpn::client` and `openvpn::client_specific_config` are no longer present. Else, we end up with many old...

enhancement

Ran into an error stating I needed to define local because it was undefined. ## Affected Puppet, Ruby, OS and module versions/distributions - Puppet:5.5.6 - Ruby:Baked in to 5.5.6 -...