From 2530d1abf4cbfd8ae0743b42c6ced5b44bd453ce Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 24 Jun 2018 09:58:10 +0100 Subject: Add locking around all Terraform actions To prevent them conflicting. Terraform itself has a locking mechanism, which isn't being used, but this should be sufficient. --- guix.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 547ef69..9815b4c 100644 --- a/guix.scm +++ b/guix.scm @@ -41,6 +41,7 @@ (base32 "0714zhc0rak2wrb2yivy7a1naqlcccwgd90lp2vpjs7aj3j23i2k")))))) ("ruby-que" ,ruby-que) + ("ruby-with-advisory-lock" ,ruby-with-advisory-lock) ("ruby-git" ,ruby-git) ("terraform" ,terraform) ("terraform-provider-libvirt" -- cgit v1.2.3