New feature: Support for ping pong charm

Signed-off-by: Philip Joseph <philip.joseph@riftio.com>
diff --git a/common/python/CMakeLists.txt b/common/python/CMakeLists.txt
index 85ead68..46b30a1 100644
--- a/common/python/CMakeLists.txt
+++ b/common/python/CMakeLists.txt
@@ -108,6 +108,7 @@
     rift/mano/utils/__init.py__
     rift/mano/utils/compare_desc.py
     rift/mano/utils/juju_api.py
+    rift/mano/utils/ssh_keys.py
   COMPONENT ${PKG_LONG_NAME}
   PYTHON3_ONLY
   )