update pillar examples

This commit is contained in:
m0duspwnens
2021-06-23 17:49:06 -04:00
parent b8cb3f5815
commit 86ff54e844
2 changed files with 10 additions and 10 deletions

View File

@@ -8,10 +8,10 @@ users:
- standalone - standalone
- searchnode - searchnode
# optional fields # optional fields
- fullname: Stevie Claptoon fullname: Stevie Claptoon
- uid: 1001 uid: 1001
- gid: 1001 gid: 1001
- homephone: does not have a phone homephone: does not have a phone
groups: groups:
- mygroup1 - mygroup1
- mygroup2 - mygroup2

View File

@@ -8,12 +8,12 @@ users:
- standalone - standalone
- searchnode - searchnode
# optional fields # optional fields
- fullname: <string> fullname: <string>
- uid: <integer> uid: <integer>
- gid: <integer> gid: <integer>
- roomnumber: <string> roomnumber: <string>
- workphone: <string> workphone: <string>
- homephone: <string> homephone: <string>
groups: groups:
- <string> - <string>
- <string> - <string>