fix: generate types needs to run more often (#373)

- seeing frequent errors in puppetboard about types missing
- change the puppet-generate-types timer from daily to per-minute

Reviewed-on: #373
This commit is contained in:
Ben Vincent 2025-08-07 20:53:06 +10:00
parent fcd0bc4c74
commit d649195ccc

View File

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