From f20cd5f40fb68ef3d114973a4dac26f8bed0965d Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 15 Feb 2010 11:28:04 +0100 Subject: [PATCH] [molecule] fix extra_rsync_parameters option handling --- molecule/specs/plugins/builtin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/specs/plugins/builtin.py b/molecule/specs/plugins/builtin.py index 29c1120..e765ff4 100644 --- a/molecule/specs/plugins/builtin.py +++ b/molecule/specs/plugins/builtin.py @@ -654,7 +654,7 @@ class LivecdSpec(GenericSpec): 've': self.ve_string_stripper, }, 'extra_rsync_parameters': { - 'cb': self.valid_path_string, + 'cb': self.always_valid, 've': self.ve_string_splitter, }, 'merge_destination_chroot': {