[molecule] fix extra_rsync_parameters option handling

This commit is contained in:
Fabio Erculiani
2010-02-15 11:28:04 +01:00
parent f005d55e31
commit f20cd5f40f
+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': {