X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=be89e07236f65d95f631bfe4dffcc30999524f3b;hb=5162f0b012543d1da94c1e90bcc8be9fd2a98959;hp=04c7f9c78d7400b682be0fdb61de0d0c12af2ff5;hpb=c4051ff2b0046e958340c05dbc04a2a35f1712ba;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 04c7f9c78..be89e0723 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -49,6 +49,9 @@ node default { case $mptraid { "true": { include "raidmpt" } } + case $productname { + "PowerEdge 2850": { include megactl } + } case $mta { "exim4": { @@ -80,6 +83,12 @@ node default { case getfromhash($nodeinfo, 'apache2_www_mirror') { true: { include apache2::www_mirror } } + case getfromhash($nodeinfo, 'apache2_backports_mirror') { + true: { include apache2::backports_mirror } + } + case getfromhash($nodeinfo, 'apache2_ftp-upcoming_mirror') { + true: { include apache2::ftp-upcoming_mirror } + } include apache2 } } @@ -96,12 +105,12 @@ node default { } case $hostname { - klecker,ravel,senfl,orff,draghi: { include named::authoritative } - geo1,geo2,geo3: { include named::geodns } - liszt,widor: { include named::recursor } + klecker,ravel,senfl,orff,draghi,diamond: { include named::authoritative } + geo1,geo2,geo3: { include named::geodns } + liszt: { include named::recursor } } case $hostname { - franck,master,murphy,ries,samosa,smetana,spohr: { include unbound } + franck,master,lobos,samosa,spohr,widor: { include unbound } } case getfromhash($nodeinfo, 'squeeze') { true: { include unbound } @@ -119,7 +128,7 @@ node default { } case $hostname { - beethoven,ravel,spohr,stabile: { + beethoven,duarte,ravel,spohr,stabile: { include nfs-server } } @@ -151,7 +160,12 @@ node default { chopin,geo3,soler,wieck: { include debian-radvd } - } + } + + case $kernel { + Linux: { include entropykey } + } + } # vim:set et: