19015: installer fix: work around a Passenger issue with the detection of RVM
[arvados.git] / tools / salt-install / config_examples / single_host / single_hostname / pillars / aws_credentials.sls
1 ---
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 aws_credentials:
7   region: __LE_AWS_REGION__
8   access_key_id: __LE_AWS_ACCESS_KEY_ID__
9   secret_access_key: __LE_AWS_SECRET_ACCESS_KEY__