X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=29f9d5aa49d9e940aec00b60a6511da4ef68cccc;hb=501e88f916b62cdc232b204457a82ee77ab089b2;hp=218452a84f4215fad0a3cf9d15145055d1eb850b;hpb=c56204607a20f6cdff73c7d690596ebbcec4d7a7;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 218452a8..29f9d5aa 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 } @@ -114,7 +114,7 @@ node default { include postgres } - if $::hostname in ['berlioz', 'biber', 'diabelli', 'dinis', 'draghi', 'widor', 'wolkenstein'] { + if $::hostname in ['beethoven', 'berlioz', 'biber', 'diabelli', 'dinis', 'draghi', 'widor', 'wolkenstein'] { @@bacula::node { $::fqdn: } }