X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=7bfca473e899e55384e32257b7ba3cff53585b85;hb=d2bef4fdce5a050fb0b63895f061947fea4bc297;hp=ff7d3cd722cd3459bb2a74e45e591e87e73b403a;hpb=7097d996331a23e0a5c0e11cbeafa7cb75a80288;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index ff7d3cd72..7bfca473e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -91,7 +91,7 @@ node default { } elsif $::hostname in [geo1,geo2,geo3] { include named::geodns } - if $::hostname in [orff] { + if $::hostname in [orff, denis] { include dnsextras::entries }