cisagov / ansible-role-openvpn

Ansible role to install an OpenVPN server and configure it to authenticate users certificates against FreeIPA.
Creative Commons Zero v1.0 Universal
8 stars 2 forks source link

Prefer unit file drop-ins to editing the unit file provided by the package manager #81

Closed jsf9k closed 1 month ago

jsf9k commented 1 month ago

๐Ÿ—ฃ Description

This pull request modifies the role to use drop-ins to alter the behavior of the systemd unit file, as opposed to editing the unit file provided by the package manager.

๐Ÿ’ญ Motivation and context

This pull request resolves #80. Using a unit file drop-in is the preferred method for making alterations to units.

๐Ÿงช Testing

All automated tests pass.

โœ… Pre-approval checklist