projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97689e
)
Fix IPv6 address for viserion
author
Tom Hughes
<tom@compton.nu>
Thu, 11 Sep 2014 11:11:47 +0000
(12:11 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 11 Sep 2014 11:11:47 +0000
(12:11 +0100)
roles/viserion.rb
patch
|
blob
|
history
diff --git
a/roles/viserion.rb
b/roles/viserion.rb
index 9f264a1bf7094a75909293515ef60209773846f9..0691db49abc24f41b5c8c88081fc2f79b8e69c63 100644
(file)
--- a/
roles/viserion.rb
+++ b/
roles/viserion.rb
@@
-16,7
+16,7
@@
default_attributes(
:interface => "eth0",
:role => :external,
:family => :inet6,
- :address => "2001:b68:4cff:3::
2
",
+ :address => "2001:b68:4cff:3::
3
",
:prefix => "128",
:gateway => "fe80::217:fff:fead:14c0"
}