Add example for --jobs in cdist man page.
This commit is contained in:
parent
6ec30f509b
commit
640b7f9613
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@ EXAMPLES
|
||||||
# Configure hosts read from file loadbalancers
|
# Configure hosts read from file loadbalancers
|
||||||
% cdist config -f loadbalancers
|
% cdist config -f loadbalancers
|
||||||
|
|
||||||
|
# Configure hosts read from file web.hosts using 16 parallel jobs
|
||||||
|
# (beta functionality)
|
||||||
|
% cdist config -b -j 16 -f web.hosts
|
||||||
|
|
||||||
# Display banner
|
# Display banner
|
||||||
cdist banner
|
cdist banner
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue