X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=46becc707a9ba88b902302c7450f810760fa149c;hb=9c2c9e0a88142537050bf99c40dc64696adcf72d;hp=6347a8e94e5ad3234a7899b15c96cf4d280f11ab;hpb=a4496a23900af3d62f9cad5a67984c397b1a6e72;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 6347a8e9..46becc70 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -37,7 +37,7 @@ node default { include unbound include bacula::client - if $::hostname in [pasquini,tristano,bertali,boito,byrd] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi] { include ganeti2 } @@ -110,11 +110,11 @@ node default { include debian-org::radvd } - if ($::postgres84 or $::postgres90) { + if ($::postgres) { include postgres } - if $::hostname in ['berlioz', 'biber', 'draghi', 'widor', 'wolkenstein'] { + if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein] { @@bacula::node { $::fqdn: } }