Merge pull request #22 from johnkeates/master
Add userlist sample to the example pillar
This commit is contained in:
commit
ec6efb55d1
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,16 @@ haproxy:
|
|||
|
||||
daemon: True
|
||||
|
||||
|
||||
userlists:
|
||||
userlist1:
|
||||
users:
|
||||
john: insecure-password doe
|
||||
sam: insecure-password frodo
|
||||
# groups:
|
||||
# admins: users john sam
|
||||
# guests: users jekyll hyde jane
|
||||
|
||||
defaults:
|
||||
log: global
|
||||
mode: http
|
||||
|
|
Loading…
Reference in a new issue