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
- searchnode
# optional fields
- fullname: Stevie Claptoon
- uid: 1001
- gid: 1001
- homephone: does not have a phone
fullname: Stevie Claptoon
uid: 1001
gid: 1001
homephone: does not have a phone
groups:
- mygroup1
- mygroup2

View File

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