X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=d8f1b09cbfced976b19ac04c2d4dbb36566bedf8;hb=4b8bd3b11bf706f3cfdcf8e07e4f5abda3b93750;hp=af7c23d9c73b278aac50d85d2f512996f7cd4654;hpb=0f7bdd57ac350637b57a7985878439c0fa0c0a08;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index af7c23d9c..d8f1b09cb 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -75,8 +75,13 @@ node default { case $hostname { geo1,geo2,geo3: - { include geodns } - default: {} + { + include geodns + include ntp::server + } + default: { + include ntp::client + } } case $brokenhosts { "true": { include hosts }