marusich pushed a commit to branch master
in repository maintenance.

commit 07194bd81df01ef9adbd80d6e37f5c40599d2729
Author: Chris Marusich <[email protected]>
Date:   Sun Apr 21 17:29:04 2019 -0700

    cdn: Enable the CDN.
    
    Note that this only turns on the CloudFront distribution.  It does not
    cause client requests to be sent to the distribution.  That will only
    happen after we flip the DNS record for ci.guix.info, also.
    
    * cdn/terraform/cloudfront.tf (berlin-mirror) <enabled>: Change to true.
---
 cdn/terraform/cloudfront.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdn/terraform/cloudfront.tf b/cdn/terraform/cloudfront.tf
index f1e9ccd..e2e519e 100644
--- a/cdn/terraform/cloudfront.tf
+++ b/cdn/terraform/cloudfront.tf
@@ -63,7 +63,7 @@ locals {
 }
 
 resource "aws_cloudfront_distribution" "berlin-mirror" {
-  enabled = false
+  enabled = true
   comment = "Distributed caching proxy for berlin.guixsd.org"
   origin {
     domain_name = "berlin.guixsd.org"

Reply via email to