From: Martin Zobel-Helas Date: Fri, 12 Apr 2013 12:31:06 +0000 (+0200) Subject: add bytemark as hoster X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0801c800538da37b457f435fea349592342f02ef;p=dsa-puppet.git add bytemark as hoster Signed-off-by: Martin Zobel-Helas --- diff --git a/hieradata/bytemark.yaml b/hieradata/bytemark.yaml new file mode 100644 index 00000000..507e6d24 --- /dev/null +++ b/hieradata/bytemark.yaml @@ -0,0 +1,7 @@ +--- +nameservers: + - 8.8.8.8 + - 8.8.4.4 +searchpaths: + - debprivate-bytemark.debian.org +cluster: ganeti-bytemark.debian.org diff --git a/manifests/site.pp b/manifests/site.pp index 9828f659..b7d1ba1e 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,clementi,czerny,rossini] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi,czerny,rossini,bm-bl1,bm-bl9] { include ganeti2 }