summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/maas_tpl/maas-nodes.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config_tpl/maas_tpl/maas-nodes.yaml')
-rw-r--r--ci/config_tpl/maas_tpl/maas-nodes.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/maas_tpl/maas-nodes.yaml b/ci/config_tpl/maas_tpl/maas-nodes.yaml
index dc341851..e32dd7ca 100644
--- a/ci/config_tpl/maas_tpl/maas-nodes.yaml
+++ b/ci/config_tpl/maas_tpl/maas-nodes.yaml
@@ -21,7 +21,7 @@
type: ipmi
user: {{ node.power.user }}
{% elif node.power.type=='wakeonlan' %}
- type: etherwake
+ type: ether_wake
mac_address: {{ node.power.mac_address }}
{% endif %}
tags: {{ ' '.join(node.roles) }}