Add debian ntp pool for ntp_time

This commit is contained in:
Tunui Franken 2025-02-01 00:08:50 +01:00
parent 41b2ad4b20
commit 27433263e7

View file

@ -75,6 +75,7 @@ apply Service "users" {
apply Service "ntp" { apply Service "ntp" {
import "generic-service" import "generic-service"
check_command = "ntp_time" check_command = "ntp_time"
vars.ntp_address = "debian.pool.ntp.org"
command_endpoint = host.name command_endpoint = host.name
assign where true assign where true
} }