Saltstack Official Linux Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {%- from "linux/map.jinja" import auth with context %}
- Name: Create home directory during login
- Default: yes
- Priority: 0
- Session-Type: Additional
- Session-Final:
- required pam_mkhomedir.so skel=/etc/skel umask={{ auth.mkhomedir.get('umask', '0022') }} silent
|