summaryrefslogtreecommitdiff
path: root/notes/example-group.conf
blob: 4404085c477a7c1cea32e9ed0e9da316f3e7361f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- This is an example group config file (-*- Lua -*-)
-- Note that gitano *can* rewrite these files, so don't expect the comments to
-- remain.

-- Mandatory, string, may be empty
description = "Example group"

-- Mandatory, array-type-table, may be empty
members = {
   -- Each entry must be a string if present
   "dsilvers"
}

-- Mandatory, array-type-table, may be empty
subgroups = {
   -- Each entry must be a string if present
   "admins"
}