projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5197e5e
)
Remove IPv6 address for rimfaxe
author
Tom Hughes
<tom@compton.nu>
Sat, 25 Aug 2018 21:22:29 +0000
(22:22 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sat, 25 Aug 2018 21:22:29 +0000
(22:22 +0100)
roles/rimfaxe.rb
patch
|
blob
|
history
diff --git
a/roles/rimfaxe.rb
b/roles/rimfaxe.rb
index 94c76dc1b0f4584531329398f9b0c14ffe1f02a7..8d58ea2014e72e1c49489bf240fa20bfee9a2073 100644
(file)
--- a/
roles/rimfaxe.rb
+++ b/
roles/rimfaxe.rb
@@
-11,14
+11,6
@@
default_attributes(
:address => "130.225.254.109",
:prefix => "27",
:gateway => "130.225.254.97"
- },
- :external_ipv6 => {
- :interface => "eth0",
- :role => :external,
- :family => :inet6,
- :address => "2001:878:346::109",
- :prefix => "64",
- :gateway => "2001:878:346::97"
}
}
},