forked from ungleich-public/cdist
configure logger based on hostname
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d4f6328eef
commit
4c29d9839b
2 changed files with 12 additions and 5 deletions
|
|
@ -114,10 +114,6 @@ def configinstall(args, mode):
|
|||
|
||||
time_start = time.time()
|
||||
|
||||
# FIXME: do not overwrite, if set!
|
||||
os.environ['__remote_exec'] = "ssh -o User=root -q"
|
||||
os.environ['__remote_copy'] = "scp -o User=root -q"
|
||||
|
||||
for host in args.host:
|
||||
c = mode(host,
|
||||
initial_manifest=args.manifest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue