summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-07-01 18:02:21 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-07-01 18:02:21 +0000
commit82f49dd3f9fca03f1d364dec6b9c60c70c9ecc0d (patch)
tree6d72dfd483135b07e0819a01f116121599cd4004 /man
parent2320401d4273287f36ac23a7d5966c19adfed6ff (diff)
downloadbcfg2-82f49dd3f9fca03f1d364dec6b9c60c70c9ecc0d.tar.gz
bcfg2-82f49dd3f9fca03f1d364dec6b9c60c70c9ecc0d.tar.bz2
bcfg2-82f49dd3f9fca03f1d364dec6b9c60c70c9ecc0d.zip
Plugin.py: Add configurable metadata settings to bcfg2.conf (ticket #680)
The default settings for ConfigFile metadata were previously hardcoded in Plugin.py. This change enables setting global user-specified defaults in the [mdata] section of bcfg2.conf. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5308 ce84e21b-d406-0410-9b95-82705330c041
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.