fix: generate types needs to run more often
All checks were successful
Build / precommit (pull_request) Successful in 3m57s
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:
parent
a30ff81139
commit
0dbe914197
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user