3 $localtimeservers = hiera('local-timeservers', [])
4 $physicalHost = $site::allnodeinfo[$fqdn]['physicalHost']
6 #if ($systemd and $physicalHost and size($localtimeservers) > 0) {
7 if ($systemd and size($localtimeservers) > 0 and $::is_virtual and $::virtual == 'kvm') {
9 include systemdtimesyncd