fix: generate types needs to run more often
All checks were successful
Build / precommit (pull_request) Successful in 3m57s

- seeing frequent errors in puppetboard about types missing
- change the puppet-generate-types timer from daily to per-minute
This commit is contained in:
Ben Vincent 2025-08-07 20:28:08 +10:00
parent a30ff81139
commit 0dbe914197

View File

@ -109,8 +109,8 @@ class profiles::puppet::server (
[Unit]
Description=puppet-generate-types timer
[Timer]
OnCalendar=daily
Persistent=true
OnCalendar=*:0/1
RandomizedDelaySec=1s
[Install]
WantedBy=timers.target
EOT