[molecule] fix extra_rsync_parameters option handling

This commit is contained in:
Fabio Erculiani
2010-02-15 11:28:04 +01:00
parent 40eedd53ae
commit 7ad653b316
+1 -1
View File
@@ -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': {