indiana-university / puppet-duo_unix

The duo_unix module handles the deployment of duo_unix (login_duo or pam_duo) across a range of Linux distributions.
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

32/fix ensure on config file resource #33

Closed avitacco closed 1 year ago

avitacco commented 1 year ago

This PR splits the ensure param to package_ensure and config_ensure to deal with the issue described in #32.

This PR also adds the REFERENCE.md file.

Fixes #32