post-install: execute motd-carp-state.sh only once an hour
This commit is contained in:
parent
264c58a03d
commit
6f97857b91
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* evobackup: zzz_evobackup upstream release 22.12, and call zzz_evobackup with bash
|
||||
* base: install bash, now needed for zzz_evobackup script
|
||||
* base: dump-server-state.sh upstream release 23.03
|
||||
* post-install: execute motd-carp-state.sh only once an hour
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
cron:
|
||||
name: dynamic motd for CARP
|
||||
job: "/bin/sh /usr/share/scripts/motd-carp-state.sh"
|
||||
minute: "0"
|
||||
disabled: true
|
||||
when:
|
||||
- not (root_crontab_content.stdout
|
||||
|
|
Loading…
Reference in a new issue