X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Ftime%2Fmanifests%2Finit.pp;h=e89210bf24a413f21b1575b12c05032fc2a05de4;hb=d0c098685b92334a611a0c596a35f538b95ead47;hp=9f1ec6032e43194b49c8d4436cb44b08b6b3544d;hpb=f3a55d7f3083e0c567bdb06984f871e98f47d2df;p=mirror%2Fdsa-puppet.git diff --git a/modules/time/manifests/init.pp b/modules/time/manifests/init.pp index 9f1ec6032..e89210bf2 100644 --- a/modules/time/manifests/init.pp +++ b/modules/time/manifests/init.pp @@ -1,7 +1,7 @@ class time { include stdlib $localtimeservers = hiera('local-timeservers', []) - $physicalHost = $site::allnodeinfo[$fqdn]['physicalHost'] + $physicalHost = $deprecated::allnodeinfo[$fqdn]['physicalHost'] #if ($systemd and $physicalHost and size($localtimeservers) > 0) { if ($systemd and size($localtimeservers) > 0 and $::is_virtual and $::virtual == 'kvm') { @@ -9,6 +9,5 @@ class time { include systemdtimesyncd } else { include ntp - include ntpdate } }