summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2.conf.520
1 files changed, 20 insertions, 0 deletions
diff --git a/man/bcfg2.conf.5 b/man/bcfg2.conf.5
index ab09b588b..320987160 100644
--- a/man/bcfg2.conf.5
+++ b/man/bcfg2.conf.5
@@ -48,6 +48,26 @@ The file monitor used to watch for changes in the repository.
Values of 'gamin', 'fam', or 'pseudo' are valid.
+.SH MDATA OPTIONS
+These options affect the default metadata settings for ConfigFiles.
+
+.TP
+.B owner
+Global owner for ConfigFiles (defaults to root)
+
+.TP
+.B group
+Global group for ConfigFiles (defaults to root)
+
+.TP
+.B perms
+Global permissions for ConfigFiles (defaults to 644)
+
+.TP
+.B paranoid
+Global paranoid settings for ConfigFiles (defaults to false)
+
+
.SH CLIENT OPTIONS
These options only affect client functionality, specified in the
[client] section.