module: add openssh
diff --git a/module/compose/module.sh b/module/compose/module.sh
index d7e397e..546f50c 100644
--- a/module/compose/module.sh
+++ b/module/compose/module.sh
@@ -26,7 +26,7 @@
 source $common_sh
 
 module_enable $module
-declare -ar depmod=( gerrit mysql apache )
+declare -ar depmod=( gerrit mysql apache openssh )
 
 declare -r environment="common.env"
 declare -r environment_f="${instance_d}/${environment}"