Skip to content

Commit

Permalink
Install the health check module
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperg committed Jul 18, 2024
1 parent 69b7a12 commit 164e469
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module:
gin_login: 0
gin_toolbar: 0
handy_cache_tags: 0
health_check: 0
honeypot: 0
image: 0
job_scheduler: 0
Expand Down
7 changes: 7 additions & 0 deletions web/modules/custom/dpl_update/dpl_update.install
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,10 @@ function dpl_update_update_10010() : string {
}
return "dpl_example_breadcrumb module was not located. Skipped removal";
}

/**
* Install health check module.
*/
function dpl_update_update_10011(): string {
return _dpl_update_install_modules(['health_check']);
}

0 comments on commit 164e469

Please sign in to comment.