From: Martin Zobel-Helas Date: Tue, 31 Jan 2017 21:46:39 +0000 (+0100) Subject: add no IP for now, we don't have any peer yet X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e9fbd51a88c6648ce27f624d13ff8d3f65f3712f;p=mirror%2Fdsa-puppet.git add no IP for now, we don't have any peer yet Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/roles/manifests/bgp.pp b/modules/roles/manifests/bgp.pp index 315054ecb..97dacec56 100644 --- a/modules/roles/manifests/bgp.pp +++ b/modules/roles/manifests/bgp.pp @@ -1,6 +1,7 @@ class roles::bgp { $bgp_peers = $::hostname ? { bilbao => '2001:41c9:2:13c::/128 89.16.162.0/32', + boman => '', default => undef, }