From 85db18914af4c393fe35c6b7f8dbbff96ae969fb Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 3 Jul 2018 20:21:23 +0100 Subject: Make the ~/.config directory during provisioning This ensures that it's owned by the ubuntu user. --- terraform/aws/backend/main.tf | 1 + 1 file changed, 1 insertion(+) (limited to 'terraform') diff --git a/terraform/aws/backend/main.tf b/terraform/aws/backend/main.tf index e066034..66b273b 100644 --- a/terraform/aws/backend/main.tf +++ b/terraform/aws/backend/main.tf @@ -303,6 +303,7 @@ EOF "sudo systemctl daemon-reload", "sudo systemctl enable guix-daemon.service", "sudo systemctl start guix-daemon.service", + "mkdir -p ~/.config", # Make the ~/.config directory, to ensure it's owned by ubuntu <