diff options
Diffstat (limited to 'mcp/scripts/user-data.template')
-rw-r--r-- | mcp/scripts/user-data.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mcp/scripts/user-data.template b/mcp/scripts/user-data.template index 7dd718e63..6752039bf 100644 --- a/mcp/scripts/user-data.template +++ b/mcp/scripts/user-data.template @@ -1,4 +1,11 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2017 Mirantis Inc., Enea AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## SALT_REPO=repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.11 if [ "$(uname -i)" = "aarch64" ]; then SALT_REPO=linux.enea.com/saltstack/apt/ubuntu/16.04/arm64/2016.11 |