X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=46becc707a9ba88b902302c7450f810760fa149c;hb=9c2c9e0a88142537050bf99c40dc64696adcf72d;hp=29f9d5aa49d9e940aec00b60a6511da4ef68cccc;hpb=501e88f916b62cdc232b204457a82ee77ab089b2;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 29f9d5aa..46becc70 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -110,11 +110,11 @@ node default { include debian-org::radvd } - if ($::postgres84 or $::postgres90) { + if ($::postgres) { include postgres } - if $::hostname in ['beethoven', 'berlioz', 'biber', 'diabelli', 'dinis', 'draghi', 'widor', 'wolkenstein'] { + if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein] { @@bacula::node { $::fqdn: } }