projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84d6723
)
Enable netplan for NZ tile caches
author
Tom Hughes
<tom@compton.nu>
Wed, 20 Mar 2019 22:17:38 +0000
(22:17 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 20 Mar 2019 22:17:38 +0000
(22:17 +0000)
roles/tuatara.rb
patch
|
blob
|
history
roles/waima.rb
patch
|
blob
|
history
diff --git
a/roles/tuatara.rb
b/roles/tuatara.rb
index a7c24b2315efe5966555bdb118d706360f3b892d..afad1ab8286642c776af2b091b97855a9c1f3d57 100644
(file)
--- a/
roles/tuatara.rb
+++ b/
roles/tuatara.rb
@@
-3,6
+3,7
@@
description "Master role applied to tuatara"
default_attributes(
:networking => {
+ :netplan => true,
:interfaces => {
:external_ipv4 => {
:interface => "eno1",
diff --git
a/roles/waima.rb
b/roles/waima.rb
index 32321cc90744b36031353648ac47c7027e3e45e7..405e255c1c4b04c062c1bd889acc914a520969c8 100644
(file)
--- a/
roles/waima.rb
+++ b/
roles/waima.rb
@@
-3,6
+3,7
@@
description "Master role applied to waima"
default_attributes(
:networking => {
+ :netplan => true,
:interfaces => {
:external_ipv4 => {
:interface => "ens3",