You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pam { "(6.3.3) - Set cracklib limits in password-auth":
ensure => present,
service => 'password-auth',
type => 'password',
module => 'pam_cracklib.so',
arguments => ['try_first_pass','retry=3', 'minlen=14'],
}
output:
[root@rhel7 bin]# puppet agent -t
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, Could not find class ::augeasproviders_pam for rhel7 at /etc/puppetlabs/code/environments/production/modules/cis_rhel7/manifests/init.pp:14:3 on node rhel7
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
I restarted PE server after installing this module (PE 4.3)
The text was updated successfully, but these errors were encountered:
in my init.pp
include augeasproviders_pam
pam { "(6.3.3) - Set cracklib limits in password-auth":
ensure => present,
service => 'password-auth',
type => 'password',
module => 'pam_cracklib.so',
arguments => ['try_first_pass','retry=3', 'minlen=14'],
}
output:
[root@rhel7 bin]# puppet agent -t
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, Could not find class ::augeasproviders_pam for rhel7 at /etc/puppetlabs/code/environments/production/modules/cis_rhel7/manifests/init.pp:14:3 on node rhel7
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
I restarted PE server after installing this module (PE 4.3)
The text was updated successfully, but these errors were encountered: