Add file locking for -j parallel execution.
This commit is contained in:
parent
1fa37566cb
commit
75fe3272b3
5 changed files with 85 additions and 17 deletions
|
|
@ -39,11 +39,9 @@ import cdist.hostsource
|
|||
import cdist.exec.local
|
||||
import cdist.exec.remote
|
||||
|
||||
from cdist import inventory
|
||||
|
||||
import cdist.util.ipaddr as ipaddr
|
||||
|
||||
from cdist import core
|
||||
from cdist import core, inventory
|
||||
from cdist.util.remoteutil import inspect_ssh_mux_opts
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue