Bump version to 0.2.2
[snf-image-creator] / image_creator / os_type / unix.py
index e0f0622..2cd8452 100644 (file)
@@ -42,7 +42,9 @@ class Unix(OSBase):
     sensitive_userdata = [
         '.bash_history',
         '.gnupg',
     sensitive_userdata = [
         '.bash_history',
         '.gnupg',
-        '.ssh'
+        '.ssh',
+        '.kamakirc',
+        '.kamaki.history'
     ]
 
     def __init__(self, rootdev, ghandler, output):
     ]
 
     def __init__(self, rootdev, ghandler, output):