diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py index fa70805bd15b4f4d7c3466f9fbd3a002fcb5b5d8..1e74668c4035168fbe3de2f156a15af1ee13bc2b 100644 --- a/image_creator/os_type/unix.py +++ b/image_creator/os_type/unix.py @@ -56,7 +56,6 @@ class Unix(OSBase): self.out.warn("No passworded users found!") del self.meta['USERS'] - def _get_passworded_users(self): users = [] regexp = re.compile('(\S+):((?:!\S+)|(?:[^!*]\S+)|):(?:\S*:){6}')