add no IP for now, we don't have any peer yet
[mirror/dsa-puppet.git] / modules / roles / manifests / bgp.pp
index 315054e..97dacec 100644 (file)
@@ -1,6 +1,7 @@
 class roles::bgp {
        $bgp_peers = $::hostname ? {
                bilbao    => '2001:41c9:2:13c::/128 89.16.162.0/32',
+               boman     => '',
                default    => undef,
        }