Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 01dcb2ee authored by Alexandre MERLIN's avatar Alexandre MERLIN
Browse files

[kadeploy] fix missing path for kexec script

parent 49b12051
Branches
No related tags found
1 merge request!213[kadeploy] v3.5.0: kexec from prod & fetch pxefile with http
...@@ -21,7 +21,7 @@ trusted_deployment: ...@@ -21,7 +21,7 @@ trusted_deployment:
<% end %> <% end %>
kexec: kexec:
server_precmd: "true" server_precmd: "true"
script: /etc/kadeploy3-dev/kexec.sh script: /etc/kadeploy3<%= suffix %>/kexec.sh
<% if ! data['partitioning.disable_swap'].nil? %>disable_swap: <%= data['partitioning.disable_swap'] %><% end %> <% if ! data['partitioning.disable_swap'].nil? %>disable_swap: <%= data['partitioning.disable_swap'] %><% end %>
timeouts: timeouts:
reboot: <%= data['reboot.timeout'] %> reboot: <%= data['reboot.timeout'] %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment