projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa69761
)
Fix interface name for konqi
author
Tom Hughes
<tom@compton.nu>
Wed, 3 Jun 2015 16:30:04 +0000
(17:30 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 3 Jun 2015 16:30:04 +0000
(17:30 +0100)
roles/konqi.rb
patch
|
blob
|
history
diff --git
a/roles/konqi.rb
b/roles/konqi.rb
index fd33b9c895b6ddde99a7712b6219b95c1b173701..6d51f093815b36f12ab23c6fae897e1284bcc877 100644
(file)
--- a/
roles/konqi.rb
+++ b/
roles/konqi.rb
@@
-5,7
+5,7
@@
default_attributes(
:networking => {
:interfaces => {
:external_ipv4 => {
- :interface => "
eth0
",
+ :interface => "
p4p1
",
: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 => "
p4p1
",
:role => :external,
:family => :inet6,
:address => "2a02:180:1:1::517:b53",