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:
Nico Schottelius 2011-10-07 15:39:51 +02:00
parent 79234148aa
commit f8853467f3
1 changed files with 0 additions and 4 deletions

View File

@ -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)