X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fntp%2Fmanifests%2Fclient.pp;h=0882e49d6e512c5e31b8ee0043f8e4e0fef7df57;hb=b7c8611cf8ea27fea00d2678b65c42401782cafd;hp=c30316c75b1f91d69e64caeca9c3e86382562858;hpb=798b2d47e3a2e35962e581d81d3072ee5020ff74;p=mirror%2Fdsa-puppet.git diff --git a/modules/ntp/manifests/client.pp b/modules/ntp/manifests/client.pp index c30316c75..0882e49d6 100644 --- a/modules/ntp/manifests/client.pp +++ b/modules/ntp/manifests/client.pp @@ -3,7 +3,8 @@ class ntp::client inherits ntp { owner => root, group => root, mode => 444, - source => [ "puppet:///ntp/client.conf" ], + source => [ "puppet:///ntp/per-host/$fqdn/client.conf", + "puppet:///ntp/common/client.conf" ], notify => Exec["ntp restart"], require => Package["ntp"] ;