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:
parent
fcd0bc4c74
commit
d649195ccc
@ -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