From 94641d851b8cf4cea560f860e3e17665e85a1710 Mon Sep 17 00:00:00 2001 From: Matt Craddock <5796417+craddm@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:17:27 +0000 Subject: [PATCH] delete trailing space --- .../cloud_init/cloud-init-srd.mustache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/secure_research_environment/cloud_init/cloud-init-srd.mustache.yaml b/deployment/secure_research_environment/cloud_init/cloud-init-srd.mustache.yaml index a02378b3e6..52bac4e00f 100644 --- a/deployment/secure_research_environment/cloud_init/cloud-init-srd.mustache.yaml +++ b/deployment/secure_research_environment/cloud_init/cloud-init-srd.mustache.yaml @@ -591,7 +591,7 @@ runcmd: - systemctl enable backup.automount - systemctl enable data.automount - systemctl enable output.automount - + # Use tmpfs so tmp is in memory where possible rather than entirely on disk - echo ">=== Configure tmpfs... ===<" - echo "tmpfs /tmp tmpfs rw,nosuid,nodev,noexec" | tee -a /etc/fstab