From 7ad96e64cb97f7099ac6238dccce86c100b0c11a Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 27 Oct 2009 10:22:00 +0100 Subject: [PATCH] [molecule] remaster plugin: add support for paths_to_remove and paths_to_empty --- molecule/specs/plugins/remaster.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/molecule/specs/plugins/remaster.py b/molecule/specs/plugins/remaster.py index df169be..9b0ba3a 100644 --- a/molecule/specs/plugins/remaster.py +++ b/molecule/specs/plugins/remaster.py @@ -387,6 +387,14 @@ class RemasterSpec(GenericSpec): 'cb': self.valid_ascii, 've': self.ve_string_stripper, }, + 'paths_to_remove': { + 'cb': self.ne_list, + 've': self.valid_path_list, + }, + 'paths_to_empty': { + 'cb': self.ne_list, + 've': self.valid_path_list, + }, } def get_execution_steps(self):