adjust groups and users startup scripts to allow custom codename filter
This commit is contained in:
parent
0574ffc571
commit
927a545f41
4 changed files with 52 additions and 21 deletions
|
@ -7,10 +7,16 @@
|
|||
# writers:
|
||||
# users:
|
||||
# - writer
|
||||
## specify explicit permission codenames or codename filter functions and filters to match on
|
||||
# permissions:
|
||||
# - add_device
|
||||
# - change_device
|
||||
# - delete_device
|
||||
# - add_virtualmachine
|
||||
# - change_virtualmachine
|
||||
# - delete_virtualmachine
|
||||
# - codename__startswith:
|
||||
# - add_
|
||||
# - change_
|
||||
# vm_managers:
|
||||
# - codename__endswith:
|
||||
# - _virtualmachine
|
||||
# creators:
|
||||
# - codename__startswith:
|
||||
# - add_
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# password: reader
|
||||
# writer:
|
||||
# password: writer
|
||||
## specify explicit permission codenames or codename filter functions and filters to match on
|
||||
# permissions:
|
||||
# - add_device
|
||||
# - change_device
|
||||
# - delete_device
|
||||
# - add_virtualmachine
|
||||
# - change_virtualmachine
|
||||
# - delete_virtualmachine
|
||||
# - codename__startswith:
|
||||
# - add_
|
||||
# - change_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue