diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-10-18 11:33:38 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-10-30 09:11:53 -0400 |
commit | 63a5b62dba190007634e1e0f2f834057b63aeafd (patch) | |
tree | beb6d51675d43fe8303aff62a3c9272e82e67520 /tools | |
parent | 7b9987d1835ff422e21f0b2f36c93d956192bf4b (diff) | |
download | bcfg2-63a5b62dba190007634e1e0f2f834057b63aeafd.tar.gz bcfg2-63a5b62dba190007634e1e0f2f834057b63aeafd.tar.bz2 bcfg2-63a5b62dba190007634e1e0f2f834057b63aeafd.zip |
added Git.Update RMI, ability to base bcfg2 VCS repo at a different directory than the repo root
Diffstat (limited to 'tools')
-rw-r--r-- | tools/manpagegen/bcfg2.conf.5.ronn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/manpagegen/bcfg2.conf.5.ronn b/tools/manpagegen/bcfg2.conf.5.ronn index ca216a433..f0359d0d3 100644 --- a/tools/manpagegen/bcfg2.conf.5.ronn +++ b/tools/manpagegen/bcfg2.conf.5.ronn @@ -122,6 +122,12 @@ specified in the `[server]` section of the configuration file. * `group`: The group name or GID to run the daemon as. Default is `0` + * `vcs_root`: + Specifies the path to the root of the VCS working copy that holds + your Bcfg2 specification, if it is different from `repository`. + E.g., if the VCS repository does not hold the bcfg2 data at the + top level, you may need to set this option. + ### Account Plugin The account plugin manages authentication data, including the following. |