add no IP for now, we don't have any peer yet
authorMartin Zobel-Helas <zobel@debian.org>
Tue, 31 Jan 2017 21:46:39 +0000 (22:46 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Tue, 31 Jan 2017 21:46:39 +0000 (22:46 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
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,
        }