diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-11-29 08:49:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-29 08:49:22 +0000 |
commit | 86adce8b868f1144381134e8f8d2163ee91bb6a1 (patch) | |
tree | 6bc0571fc2b6af6dd9d01fc1cd65adee44670ed6 /mcp/scripts/user-data.template | |
parent | 7daf7f128714021711970557129a23a86cce2a72 (diff) | |
parent | feb877785544a31a18ae2f0ee2900a82e7ac4337 (diff) |
Merge "AArch64: base image: pre-install salt-minion"
Diffstat (limited to 'mcp/scripts/user-data.template')
-rw-r--r-- | mcp/scripts/user-data.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/scripts/user-data.template b/mcp/scripts/user-data.template index 6752039bf..b6544774c 100644 --- a/mcp/scripts/user-data.template +++ b/mcp/scripts/user-data.template @@ -11,7 +11,7 @@ if [ "$(uname -i)" = "aarch64" ]; then SALT_REPO=linux.enea.com/saltstack/apt/ubuntu/16.04/arm64/2016.11 fi wget -O - "https://${SALT_REPO}/SALTSTACK-GPG-KEY.pub" | sudo apt-key add - -echo "deb https://${SALT_REPO} xenial main" > /etc/apt/sources.list.d/salt.list +echo "deb https://${SALT_REPO} xenial main" > /etc/apt/sources.list.d/saltstack.list apt update apt-get install -y salt-minion rm /etc/salt/minion_id |