X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fnamed%2Fmanifests%2Fgeodns.pp;h=d8155cdf3d5c8791f1f3410825eb61a28cc7f4f0;hb=00fa82211f04415c51fdd8668504683d537a87cf;hp=3a41b94da87fb5c7b2153f10eddf54fe88d6ef53;hpb=12df216f8b140efd052fadb0db74f6c01205d089;p=mirror%2Fdsa-puppet.git diff --git a/modules/named/manifests/geodns.pp b/modules/named/manifests/geodns.pp index 3a41b94da..d8155cdf3 100644 --- a/modules/named/manifests/geodns.pp +++ b/modules/named/manifests/geodns.pp @@ -61,6 +61,12 @@ class named::geodns inherits named { group => geodnssync, mode => 440, ; + "/etc/cron.d/dsa-boot-geodnssync": + source => [ "puppet:///named/per-host/$fqdn/cron-geo", + "puppet:///named/common/cron-geo" ], + owner => root, + group => root, + ; } }