commit | b77f7023a9e91d60a94b1afee960c707d7c388c2 | [log] [tgz] |
---|---|---|
author | Luigi Santivetti <luigi.santivetti@gmail.com> | Sun Nov 08 01:04:55 2020 +0000 |
committer | Luigi Santivetti <luigi.santivetti@gmail.com> | Sun Nov 08 01:06:15 2020 +0000 |
tree | 5b13c5e04399b7a095615c6895f520f9e875cfdc | |
parent | cbb3d549b85d4dbe78d7e8ac2df449984e4bbcf7 [diff] [blame] |
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}"