소스 검색

Add missing keys in pillar.example (found in init.sls)

tags/v0.45.0
Imran Iqbal 9 년 전
부모
커밋
4b840e646c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      pillar.example

+ 3
- 0
pillar.example 파일 보기

@@ -11,7 +11,9 @@ users:
# WARNING: If 'empty_password' is set to True, the 'password' statement
# will be ignored by enabling password-less login for the user.
empty_password: False
system: False
home: /custom/buser
user_dir_mode: 750
createhome: True
roomnumber: "A-1"
workphone: "(555) 555-5555"
@@ -34,6 +36,7 @@ users:
sudo_defaults:
- '!requiretty'
shell: /bin/bash
remove_groups: False
prime_group:
name: primarygroup
gid: 500

Loading…
취소
저장