feat(provision): refactor to add other setup examples
[arvados.git] / tools / salt-install / single_host / locale.sls
diff --git a/tools/salt-install/single_host/locale.sls b/tools/salt-install/single_host/locale.sls
deleted file mode 100644 (file)
index 17f53a2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
----
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-locale:
-  present:
-    - "en_US.UTF-8 UTF-8"
-  default:
-    # Note: On debian systems don't write the second 'UTF-8' here or you will
-    # experience salt problems like: LookupError: unknown encoding: utf_8_utf_8
-    # Restart the minion after you corrected this!
-    name: 'en_US.UTF-8'
-    requires: 'en_US.UTF-8 UTF-8'