Skip to content

Commit

Permalink
Merge pull request #31 from alexandruavadanii/curtin-arm64-typo
Browse files Browse the repository at this point in the history
curtin: arm64: Fix missing newline after j2 parse
  • Loading branch information
epcim authored Jun 4, 2018
2 parents b24817b + 02e9519 commit e65e512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maas/files/curtin_userdata_arm64_generic_xenial
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ late_commands:
{% set salt_repo_key = salt['hashutil.base64_b64encode'](cluster.saltstack_repo_key) %}
apt_00_set_gpg: ["curtin", "in-target", "--", "sh", "-c", "echo '{{salt_repo_key}}' | base64 -d | apt-key add -"]
{%- endif %}
{#- NOTE: Re-use amd64 repos on arm64 since most packages are arch independent -#}
{#- NOTE: Re-use amd64 repos on arm64 since most packages are arch independent #}
apt_01_set_repo: ["curtin", "in-target", "--", "sh", "-c", "echo 'deb [arch=amd64] {{ cluster.saltstack_repo_xenial }}' >> /etc/apt/sources.list"]
{% raw %}
apt_03_update: ["curtin", "in-target", "--", "apt-get", "update"]
Expand Down

0 comments on commit e65e512

Please sign in to comment.