From 723a09df437df93a052f5f6ffd95fffcaca6fc18 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Wed, 4 Mar 2015 22:19:26 +0000 Subject: [PATCH] Fix agent_config.template.j2 format --- setup/templates/agent_config.template.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/templates/agent_config.template.j2 b/setup/templates/agent_config.template.j2 index e15634cc1..9c691baf3 100644 --- a/setup/templates/agent_config.template.j2 +++ b/setup/templates/agent_config.template.j2 @@ -5,7 +5,7 @@ dhcp goto deploy :deploy -kernel http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080{{ '{{' }} pxe_options.deployment_aki_path {{ '}}' }} ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} text {{ pxe_options.pxe_append_params {{ '}}' }} ipa-api-url={{ '{{' }} pxe_options['ipa-api-url'] {{ '}}' }} ipa-driver-name={{ '{{' }} pxe_options['ipa-driver-name'] {{ '}}' }} +kernel http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080{{ '{{' }} pxe_options.deployment_aki_path {{ '}}' }} ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} text {{ '{{' }} pxe_options.pxe_append_params {{ '}}' }} ipa-api-url={{ '{{' }} pxe_options['ipa-api-url'] {{ '}}' }} ipa-driver-name={{ '{{' }} pxe_options['ipa-driver-name'] {{ '}}' }} initrd http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080{{ '{{' }} pxe_options.deployment_ari_path {{ '}}' }} boot