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 / locale.sls
1 ---
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 locale:
7   present:
8     - "en_US.UTF-8 UTF-8"
9   default:
10     # Note: On debian systems don't write the second 'UTF-8' here or you will
11     # experience salt problems like: LookupError: unknown encoding: utf_8_utf_8
12     # Restart the minion after you corrected this!
13     name: 'en_US.UTF-8'
14     requires: 'en_US.UTF-8 UTF-8'