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
|
daemon: True
|
||||||
|
|
||||||
|
|
||||||
|
userlists:
|
||||||
|
userlist1:
|
||||||
|
users:
|
||||||
|
john: insecure-password doe
|
||||||
|
sam: insecure-password frodo
|
||||||
|
# groups:
|
||||||
|
# admins: users john sam
|
||||||
|
# guests: users jekyll hyde jane
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
log: global
|
log: global
|
||||||
mode: http
|
mode: http
|
||||||
|
|
Loading…
Reference in a new issue