Remove some options and add docs
* Remove the unused CondifGir option * Add docs for the default section * Move some docs from other files Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
73096dd5e6
commit
f5978f82d3
15 changed files with 185 additions and 159 deletions
|
|
@ -35,10 +35,6 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
// DefaultConfigDir is the default path on disk to the config dir. The config
|
||||
// file will probably be in the same folder, but it is not mandatory.
|
||||
DefaultConfigDir = "/etc/garm"
|
||||
|
||||
// DefaultUserGroups are the groups the default user will be part of.
|
||||
DefaultUserGroups = []string{
|
||||
"sudo", "adm", "cdrom", "dialout",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue