pam: Added running pam-auth-update to pam::mount.
This commit is contained in:
parent
12c6f88d06
commit
0f41b36d1f
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@ class pam::mount($source) {
|
|||
default => "pam_mount",
|
||||
},
|
||||
ensure => installed,
|
||||
notify => Exec["pam-auth-update"],
|
||||
}
|
||||
|
||||
file { "/etc/security/pam_mount.conf.xml":
|
||||
|
@ -93,6 +94,7 @@ class pam::mount($source) {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
require => Package["pam_mount"],
|
||||
before => Exec["pam-auth-update"],
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue