From: Stephen Gran Date: Sat, 28 Apr 2012 14:53:13 +0000 (+0100) Subject: kassia addresses X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2ba2c246ba430d33f9cd92a47ee33cd919e9d47e;p=mirror%2Fdsa-puppet.git kassia addresses Signed-off-by: Stephen Gran --- diff --git a/modules/roles/manifests/ftp.pp b/modules/roles/manifests/ftp.pp index 441c72368..41eecf084 100644 --- a/modules/roles/manifests/ftp.pp +++ b/modules/roles/manifests/ftp.pp @@ -1,11 +1,13 @@ class roles::ftp { $bind = $::hostname ? { + kassia => '::ffff:130.89.149.226', klecker => '::ffff:130.89.148.12', default => '', } $bind6 = $::hostname ? { + kassia => '2001:610:1908:a000::149:226', klecker => '2001:610:1908:b000::148:12', default => '', }