19215: store keep blocks in /var/lib/arvados/keep instead of /tmp
[arvados.git] / tools / salt-install / config_examples / single_host / multiple_hostnames / pillars / keep_volume.sls
diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/keep_volume.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/keep_volume.sls
new file mode 100644 (file)
index 0000000..9af20eb
--- /dev/null
@@ -0,0 +1,10 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+/var/lib/arvados/keep:
+  file.directory:
+    - user: root
+    - group: root
+    - mode: '0770'
+    - makedirs: True