-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Make client settings match server settings and improve docs (#189) #190
base: main
Are you sure you want to change the base?
Conversation
Kind Prediction: docs Provide the bot with feedback using a 👍 or 👎! |
Size Prediction: medium Nice! This should be quick to review Provide the bot with feedback using a 👍 or 👎! |
I did not write new tests because the |
Whoops, I broke it 😭 fixing now! |
As described in issue sous-chefs#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`) Squashed commit of the following: commit 91542b9 Author: Josh Gitlin <[email protected]> Date: Fri May 14 15:04:28 2021 -0400 Add changelog entry commit 858f41c Author: Josh Gitlin <[email protected]> Date: Fri May 14 15:00:21 2021 -0400 Bugfix node name commit dab2949 Author: Josh Gitlin <[email protected]> Date: Fri May 14 14:33:29 2021 -0400 Cookstyle fixes commit d587ae1 Author: Josh Gitlin <[email protected]> Date: Fri May 14 14:31:33 2021 -0400 MDL fixes commit eda83e5 Author: Josh Gitlin <[email protected]> Date: Fri May 14 12:05:37 2021 -0400 Added documentation for vpn_user resource commit 61172d8 Author: Josh Gitlin <[email protected]> Date: Thu May 13 21:48:09 2021 -0400 Make client settings match server settings commit c14d15a Author: Josh Gitlin <[email protected]> Date: Tue May 11 21:36:18 2021 -0400 Add compression to client configs Signed-off-by: Josh Gitlin <[email protected]>
If this PR is still relevant please update to fix the failing test or please close this PR if not needed anymore. |
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 (usingadditional_vars
andcookbook_user_conf
)Signed-off-by: Josh Gitlin [email protected]
Issues Resolved
#189
Check List