openvpn
openvpn copied to clipboard
Make client settings match server settings and improve docs (#189)
Description
As described in issue #198, make settings in the client configs (E.G. auth
, cipher
, compress
, etc) match their server counterparts. This eliminates warnings in the OpenVPN log about inconsistent option usage.
In addition, document how the openvpn_user
resource works, including showing how additional configuration options can be added to client conf files (using additional_vars
and cookbook_user_conf
)
Signed-off-by: Josh Gitlin [email protected]
Issues Resolved
https://github.com/sous-chefs/openvpn/issues/189
Check List
- [X] All tests pass. See https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD
- [ ] New functionality includes testing.
- [X] New functionality has been documented in the README if applicable
Kind Prediction: docs Confidence: 0.998
Provide the bot with feedback using a :thumbsup: or :thumbsdown:!
Size Prediction: medium Confidence: 0.999
Nice! This should be quick to review
Provide the bot with feedback using a :thumbsup: or :thumbsdown:!
New functionality includes testing
I did not write new tests because the openvpn_user
resource does not appear to have any tests at all yet 😞 I can work on some, but I won't have bandwidth for a week or more.
Whoops, I broke it 😭 fixing now!
If this PR is still relevant please update to fix the failing test or please close this PR if not needed anymore.