projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a528d1
)
Correct IPv6 config for scorch
author
Tom Hughes
<tom@compton.nu>
Fri, 9 Dec 2016 09:41:36 +0000
(09:41 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 9 Dec 2016 09:44:27 +0000
(09:44 +0000)
roles/scorch.rb
patch
|
blob
|
history
diff --git
a/roles/scorch.rb
b/roles/scorch.rb
index be1e75c8c01c902d34deeeb1053bd5de7cd8a151..c8f3b0aa0c6c19d3fb6592e840b1b85279e78810 100644
(file)
--- a/
roles/scorch.rb
+++ b/
roles/scorch.rb
@@
-43,9
+43,9
@@
default_attributes(
:interface => "eth0",
:role => :external,
:family => :inet6,
- :address => "2001:41d0:2:fc4f::",
+ :address => "2001:41d0:2:fc4f::
1
",
:prefix => "64",
- :gateway => "
fe80::12bd:18ff:fee5:2280
"
+ :gateway => "
2001:41d0:2:fcff:ff:ff:ff:ff
"
}
}
},