Mentions légales du service

Skip to content
Snippets Groups Projects

[gen/kadeploy] place custom variable to use when using tftp instead of http

Merged Alexandre MERLIN requested to merge force_tftp_kadeploy into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -128,3 +128,7 @@ automata:
- timeout: <%= data['boot.timeout.1'] %>
type: HardReboot
retries: 0
<%- if data['force_tftp'] -%>
custom_variables:
FORCE_TFTP="1"
<%- end -%>
Loading