X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=c06a64117b5b5f8dc8a474e13a343802ceafeb47;hb=76a45767a4a3388504d2aeea300a8365291f3cce;hp=091e769bdc195b8248ee0d70b12f35accb25f626;hpb=13e495c55be6f08f72739620b0dcbff2b9635474;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 091e769bd..c06a64117 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -40,6 +40,7 @@ node default { include dsa_lvm include grub include multipath + include popcon if $::lsbdistcodename == squeeze { include roles::udldap::client } else { @@ -98,10 +99,6 @@ node default { include named::geodns } - #if $::hostname in [diabelli,nono,tchaikovsky] { - # include dacs - #} - if $::hostname in [buxtehude,glinka,milanollo,lw01,lw02,lw03,lw04,senfter,gretchaninov] { include nfs-server }