Enable rsync-ssl on keyring.debian.org
[mirror/dsa-puppet.git] / modules / roles / manifests / bgp.pp
index 97dacec..5e3fbb0 100644 (file)
@@ -1,7 +1,6 @@
 class roles::bgp {
        $bgp_peers = $::hostname ? {
                bilbao    => '2001:41c9:2:13c::/128 89.16.162.0/32',
-               boman     => '',
                default    => undef,
        }
 
@@ -14,4 +13,9 @@ class roles::bgp {
                domain      => '(ip ip6)',
                rule        => "&SERVICE_RANGE(tcp, bgp, ($bgp_peers))"
        }
+
+       file { '/etc/network/interfaces.d/anycasted':
+               content => template('roles/anycast/interfaces.erb')
+       }
+
 }