unignore doc/man and update cdist-best-practice.text
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
659bb1d1ac
commit
8828a69d60
2 changed files with 17 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
# Ignore generated manpages
|
# Ignore generated manpages
|
||||||
doc/man/.marker
|
doc/man/.marker
|
||||||
doc/man/man*/
|
doc/man/man1/*.1
|
||||||
|
doc/man/man7/*.7
|
||||||
|
doc/man/man*/*.html
|
||||||
|
|
||||||
# Ignore cache for version control
|
# Ignore cache for version control
|
||||||
cache/
|
cache/
|
||||||
|
|
|
@ -60,6 +60,20 @@ machine-a % git clone git://your-git-server/cdist
|
||||||
machine-b % 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
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue