Mentions légales du service

Skip to content
Snippets Groups Projects

[gen/kadeploy] Add generation for KADEPLOY_PI_NO_MODULE

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