From 63f57e84837dadde2655f369f4c344e32c07970c Mon Sep 17 00:00:00 2001 From: Matt Craddock Date: Mon, 7 Oct 2024 10:51:34 +0100 Subject: [PATCH] Update data_safe_haven/resources/workspace/workspace.cloud_init.mustache.yaml Co-authored-by: Jim Madge --- .../resources/workspace/workspace.cloud_init.mustache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_safe_haven/resources/workspace/workspace.cloud_init.mustache.yaml b/data_safe_haven/resources/workspace/workspace.cloud_init.mustache.yaml index a2e6196f2f..5c300b45a5 100644 --- a/data_safe_haven/resources/workspace/workspace.cloud_init.mustache.yaml +++ b/data_safe_haven/resources/workspace/workspace.cloud_init.mustache.yaml @@ -38,7 +38,7 @@ write_files: mounts: # Mount ephemeral storage at resource instead of default /mnt - - [ephemeral0, /mnt/resource] + - [ephemeral0, /mnt/scratch] # Desired state configuration is in a blob container mounted as NFSv3 - ["{{storage_account_desired_state_name}}.blob.core.windows.net:/{{storage_account_desired_state_name}}/desiredstate", /var/local/ansible, nfs, "ro,_netdev,sec=sys,vers=3,nolock,proto=tcp"] # Secure data is in a blob container mounted as NFSv3