Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

duo_unix::login and class duo_unix::pam #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifests/login.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Mark Stanislav <[email protected]>
#
class duo_unix::login {
class duo_unix::login inherits duo_unix {

file { '/etc/duo/login_duo.conf':
ensure => present,
Expand Down
2 changes: 1 addition & 1 deletion manifests/pam.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Mark Stanislav <[email protected]>
#
class duo_unix::pam {
class duo_unix::pam inherits duo_unix {
$aug_pam_path = "/files${duo_unix::pam_file}"
$aug_match = "${aug_pam_path}/*/module[. = '${duo_unix::pam_module}']"

Expand Down