unignore doc/man and update cdist-best-practice.text

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-01 11:04:31 +02:00
parent 659bb1d1ac
commit 8828a69d60
2 changed files with 17 additions and 1 deletions

4
.gitignore vendored
View File

@ -3,7 +3,9 @@
# Ignore generated manpages
doc/man/.marker
doc/man/man*/
doc/man/man1/*.1
doc/man/man7/*.7
doc/man/man*/*.html
# Ignore cache for version control
cache/

View File

@ -60,6 +60,20 @@ machine-a % git clone git://your-git-server/cdist
machine-b % git clone git://your-git-server/cdist
--------------------------------------------------------------------------------
SEPERATING WORK BY GROUPS
-------------------------
If you are working with different groups on one cdist-configuration,
you can delegate to other manifests and have the groups edit only
their manifests. You can use the following snippet in
**conf/manifests/init**:
--------------------------------------------------------------------------------
# Include other groups
sh -e "$__manifest/systems"
sh -e "$__manifest/cbrg"
--------------------------------------------------------------------------------
SEE ALSO
--------