projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2cbf18
)
Add IPv6 gateway for angor
author
Tom Hughes
<tom@compton.nu>
Wed, 29 Mar 2017 22:05:01 +0000
(23:05 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 29 Mar 2017 22:05:01 +0000
(23:05 +0100)
roles/angor.rb
patch
|
blob
|
history
diff --git
a/roles/angor.rb
b/roles/angor.rb
index 34af680e4578cfcd936a38a8fd2e9c306941ecbd..143228f9ae6d3162d32e01428703f67cc78d16c3 100644
(file)
--- a/
roles/angor.rb
+++ b/
roles/angor.rb
@@
-17,7
+17,8
@@
default_attributes(
:role => :external,
:family => :inet6,
:address => "2001:43f8:1f4:b00:b283:feff:fed8:dd45",
- :prefix => "64"
+ :prefix => "64",
+ :gateway => "2001:43f8:1f4:b00::1"
}
}
},