Open PodioSpaz opened 8 years ago
The readme says that to "delete all references to module in file" use the following:
pam { "Remove all pam_sss.so from system-auth": ensure => absent, service => 'system-auth', module => 'pam_sss.so', }
When using the above method to delete all reference I receiving the following:
Nothing to manage: no ensure and the resource doesn't exist
The only way I can delete a reference is to specify a type.
pam { "Remove all pam_sss.so from system-auth": ensure => absent, service => 'system-auth', module => 'pam_sss.so', type => 'auth', }
The readme says that to "delete all references to module in file" use the following:
When using the above method to delete all reference I receiving the following:
The only way I can delete a reference is to specify a type.