Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ini_setting { 'usw':
  2. ensure => present,
  3. path => '/etc/security/login.cfg',
  4. section => 'usw',
  5. setting => 'mkhomeatlogin',
  6. value => 'true',
  7. section_prefix => '',
  8. section_suffix => ':',
  9. } ->
  10.  
  11.  
  12. usw:
  13. shells = /bin/sh,/bin/bsh,/bin/csh,/bin/ksh,/bin/tsh,/bin/ksh93,/usr/bin/sh,/usr/bin/bsh,/usr/bin/csh,/usr/bin/ksh,/usr/ maxlogins = 32767
  14. logintimeout = 60
  15. maxroles = 8
  16. auth_type = STD_AUTH
  17. pwd_algorithm = ssha512
  18. mkhomeatlogin = true
  19.  
  20.  
  21. Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter section_prefix on Ini_setting[mkhome_settings] at /etc/puppet/environments/v761204/modules/gis_aix_users/manifests/homedirs.pp:69 on node xxx.my.domain.com
  22. Warning: Not using cache on failed catalog
  23. Error: Could not retrieve catalog; skipping run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement