Fix typo in curtin_userdata override

A extraneuous } caused an invalid cloud-init
payload to be rendered.

Change-Id: I9849cbfdd637cb5f4dc8581f9255b8ab405989ba
This commit is contained in:
Scott Hussey 2017-11-13 15:31:58 -06:00
parent 4b43a7dbd8
commit 9510eb29bf
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def find_ba_key(n):
drydock_08: ["curtin", "in-target", "--", "cat", "/tmp/bootaction-unit-basenames.txt"]
drydock_09: ["sh", "-c", "echo Following files installed on deployed node:"]
drydock_10: ["curtin", "in-target", "--", "cat", "/tmp/bootaction-file-names.txt"]
{{ "{{" }}}endif{{ "}}" }}
{{ "{{" }}endif{{ "}}" }}
maas: [wget, '--no-proxy', {{ "{{" }}node_disable_pxe_url|escape.json{{ "}}" }}, '--post-data', {{ "{{" }}node_disable_pxe_data|escape.json{{ "}}" }}, '-O', '/dev/null']
{{ "{{" }}if third_party_drivers and driver{{ "}}" }}
{{ "{{" }}if driver['key_binary'] and driver['repository'] and driver['package']{{ "}}" }}