X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=6ff112d29e7ff5a4f0df9cc5d2fe72082ed7ddb7;hb=467347d5b49d336f7f6898a25a2dd0737e8c5b75;hp=0c178c135525fa29108b95e2e30d1c22fa4569d2;hpb=92231a9ecd050326e3501e3c0a62b77f308025fd;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 0c178c135..6ff112d29 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -20,7 +20,8 @@ Service { node default { # we really should rename this one - include site + include deprecated + include base # this is magic: it will include whatever classes says we should # include, based on the value of the "classes" array @@ -31,7 +32,7 @@ node default { ensure => absent } - if getfromhash($site::nodeinfo, 'ganeti') { + if getfromhash($deprecated::nodeinfo, 'ganeti') { include ganeti2 } @@ -41,7 +42,7 @@ node default { } if $::mta == 'exim4' { - if getfromhash($site::nodeinfo, 'heavy_exim') { + if getfromhash($deprecated::nodeinfo, 'heavy_exim') { include exim::mx } else { include exim