Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
45696ee9
Commit
45696ee9
authored
1 year ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
improve seed template example
parent
0fb385b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contributions/seed/template
+24
-17
24 additions, 17 deletions
contributions/seed/template
with
24 additions
and
17 deletions
contributions/seed/template
+
24
−
17
View file @
45696ee9
## An empty field is not allowed. If the key is define, the value must exist and valid.
## In other case, simply comment it.
## Boolean: use false or true. Default false for an absent key.
## List: use comma to separate each element.
## This file use the two following type format:
## Boolean: use false or true. Default false for an absent key.
## List: a comma separated string list.
## List: corresponds to 66 tree admin -o depends=<tree> or 66 tree create -o depends=<tree> <tree>
## You can use the term 'none'
## Type: List
## Corresponds to e.g. '66 tree admin -o depends=treebar treefoo' or '66 tree create -o depends=treebar treefoo' command
## You can use the term 'none'.
#depends = none
## List: corresponds to 66 tree admin -o requiredby=<tree> or 66 tree create -o requiredby=<tree> <tree>
## Type: List
## Corresponds to e.g. '66 tree admin -o requiredby=treebar treefoo' or '66 tree create -o requiredby=treebar treefoo' command
## You can use the term 'none'
#requiredby = none
## Boolean: corresponds to 66 tree enable <tree>
## Type: Boolean
## Corresponds to e.g. '66 tree enable treefoo' command
#enable = false
## List: corresponds to 66 tree admin -o allow=<user> or 66 tree create -o allow=<user>
## If you want to allow any user without specifying a particular user
## you can use the term 'user'
## Type: List
## Corresponds to e.g. '66 tree admin -o allow=root treefoo' or '66 tree create -o allow=root treefoo' command
## If you want to allow any regular account without specifying a particular account name,
## you can use the term 'user'. The account name must be valid on the system.
#allow = root
## List: corresponds to 66 tree admin -o deny=<user> or 66 tree create -o deny=<user>
## If you want to allow any user without specifying a particular user
## you can use the term 'user'
## Type: List
## Corresponds to e.g. '66 tree admin -o deny=root treefoo' or '66 tree create -o deny=root treefoo' command
## If you want to allow any regular account without specifying a particular account name,
## you can use the term 'user'. The account name must be valid on the system.
#deny =
none
#deny =
user
## Boolean: corresponds to 66 tree current
## Type: Boolean
## Corresponds to '66 tree current' command
#current = false
## Corresponds to 66 tree admin -o groups=
<group>
or 66 tree create -o groups=
<group>
## Can be one of the term: boot, admin, user or none.
## Corresponds to
e.g. '
66 tree admin -o groups=
boot treefoo'
or
'
66 tree create -o groups=
boot treefoo' command
## Can be one of the term:
'
boot
'
,
'
admin
'
,
'
user
'
or
'
none
'
.
## Only one group is allowed.
#groups = admin
#groups = admin
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment