summaryrefslogtreecommitdiffstats
path: root/mcp/scripts/user-data.template
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-11-29 08:49:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-29 08:49:22 +0000
commit86adce8b868f1144381134e8f8d2163ee91bb6a1 (patch)
tree6bc0571fc2b6af6dd9d01fc1cd65adee44670ed6 /mcp/scripts/user-data.template
parent7daf7f128714021711970557129a23a86cce2a72 (diff)
parentfeb877785544a31a18ae2f0ee2900a82e7ac4337 (diff)
Merge "AArch64: base image: pre-install salt-minion"
Diffstat (limited to 'mcp/scripts/user-data.template')
-rw-r--r--mcp/scripts/user-data.template2
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