projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e8a7d
)
Fix interface name for konqi
author
Tom Hughes
<tom@compton.nu>
Wed, 28 Jan 2015 15:44:21 +0000
(15:44 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 28 Jan 2015 15:44:21 +0000
(15:44 +0000)
roles/konqi.rb
patch
|
blob
|
history
diff --git
a/roles/konqi.rb
b/roles/konqi.rb
index 4088100be624911378f4291174cd1c2bfd463145..5f7fb006ff832ecb0c978c58bd7b6f4d6a15a0fc 100644
(file)
--- a/
roles/konqi.rb
+++ b/
roles/konqi.rb
@@
-5,7
+5,7
@@
default_attributes(
:networking => {
:interfaces => {
:external_ipv4 => {
- :interface => "
eth0
",
+ :interface => "
p2p1
",
:role => :external,
:family => :inet,
:address => "81.7.11.83",
@@
-13,7
+13,7
@@
default_attributes(
:gateway => "81.7.11.1"
},
:external_ipv6 => {
- :interface => "
eth0
",
+ :interface => "
p2p1
",
:role => :external,
:family => :inet6,
:address => "2a02:180:1:1::517:ad5",