module: add logrotate
diff --git a/module/compose/module.sh b/module/compose/module.sh
index 546f50c..3a320e7 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 openssh )
+declare -ar depmod=( gerrit mysql apache openssh logrotate )
 
 declare -r environment="common.env"
 declare -r environment_f="${instance_d}/${environment}"