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]
|
||||
Description=puppet-generate-types timer
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
OnCalendar=*:0/1
|
||||
RandomizedDelaySec=1s
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
EOT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user