From 82f49dd3f9fca03f1d364dec6b9c60c70c9ecc0d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 1 Jul 2009 18:02:21 +0000 Subject: 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 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5308 ce84e21b-d406-0410-9b95-82705330c041 --- man/bcfg2.conf.5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'man/bcfg2.conf.5') 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. -- cgit v1.2.3-1-g7c22