17742: update script addressing review suggestions
authorJavier Bértoli <jbertoli@curii.com>
Mon, 18 Oct 2021 22:47:27 +0000 (19:47 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Mon, 18 Oct 2021 22:47:27 +0000 (19:47 -0300)
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>

tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls
tools/salt-install/config_examples/single_host/single_hostname/pillars/arvados.sls
tools/salt-install/provision.sh

index 5a1a0f475131c7910732c8aac656836976785d5a..81d324fcbdf9b568fdac1f09a87e1f39ba3318d8 100644 (file)
@@ -83,7 +83,7 @@ arvados:
     tls:
       # certificate: ''
       # key: ''
-      # required to test with arvados-snakeoil certs
+      # When using arvados-snakeoil certs set insecure: true
       insecure: false
 
     resources:
index a45ac8d8118c5a307d85c1f9331d66ec4efd1bd9..78a5a938f337d437b5a8a1606ef571945f81dccf 100644 (file)
@@ -72,7 +72,7 @@ arvados:
     tls:
       # certificate: ''
       # key: ''
-      # required to test with arvados-snakeoil certs
+      # When using arvados-snakeoil certs set insecure: true
       insecure: true
 
     ### TOKENS
index 310e094997402a236331e0362330f6689dc2a887..537f087b62c217b7250b4b97d0afd8e9f1883a75 100755 (executable)
@@ -641,7 +641,7 @@ else
           fi
         else
           grep -q ${R} ${P_DIR}/extra_custom_certs.sls || echo "  - ${R}" >> ${P_DIR}/extra_custom_certs.sls
-    
+
           # As the pillar differ whether we use LE or custom certs, we need to do a final edition on them
           # Special case for keepweb
           if [ ${R} = "keepweb" ]; then