do not create base directory in transfer_object_parameter, somebody else should have done this
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
79234148aa
commit
f8853467f3
1 changed files with 0 additions and 4 deletions
|
@ -291,10 +291,6 @@ class ConfigInstall:
|
|||
os.path.join(self.context.remote_object_path,
|
||||
cdist_object.parameter_path)
|
||||
|
||||
# Create base path before using mkdir -p
|
||||
# FIXME: needed?
|
||||
self.remote_mkdir(remote_path)
|
||||
|
||||
# Synchronise parameter dir afterwards
|
||||
self.transfer_path(local_path, remote_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue