X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Ftime%2Fmanifests%2Finit.pp;h=e89210bf24a413f21b1575b12c05032fc2a05de4;hb=25cee51c183c4f8d97b380314ad50075bc7d04e6;hp=13010f2a0f5b38974371f29492d8873b0a8dfc4b;hpb=cf5b88f352b85590fa6c1a3ea8d4285f27f29838;p=mirror%2Fdsa-puppet.git diff --git a/modules/time/manifests/init.pp b/modules/time/manifests/init.pp index 13010f2a0..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') {