projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ef01d
)
add no IP for now, we don't have any peer yet
author
Martin Zobel-Helas
<zobel@debian.org>
Tue, 31 Jan 2017 21:46:39 +0000
(22:46 +0100)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/bgp.pp
b/modules/roles/manifests/bgp.pp
index
315054e
..
97dacec
100644
(file)
--- 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,
}