14712: Fixes default config and install doc
authorEric Biagiotti <ebiagiotti@veritasgenetics.com>
Tue, 27 Aug 2019 14:59:41 +0000 (10:59 -0400)
committerEric Biagiotti <ebiagiotti@veritasgenetics.com>
Tue, 27 Aug 2019 14:59:41 +0000 (10:59 -0400)
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

doc/install/install-arv-git-httpd.html.textile.liquid
lib/config/config.default.yml
lib/config/generated_config.go

index 887fb12b21007dffad1136456220202707eb659d..c25fdee1dd3267eb00c038973c945bf41e735c5a 100644 (file)
@@ -277,7 +277,7 @@ Edit the cluster config at @/etc/arvados/config.yml@ and set the following value
 <pre><code>Clusters:
   <span class="userinput">uuid_prefix</span>:
     Services:
-      GitHttp:
+      GitHTTP:
         ExternalURL: <span class="userinput">https://git.uuid_prefix.your.domain/</span>
         InternalURLs:
          <span class="userinput">"http://localhost:9001": {}</span>
@@ -288,7 +288,7 @@ Edit the cluster config at @/etc/arvados/config.yml@ and set the following value
 </code></pre>
 </notextile>
 
-Make sure to include the trailing slash for @Services.GitHttp.ExternalURL@.
+Make sure to include the trailing slash for @Services.GitHTTP.ExternalURL@.
 
 Restart the systemd service to ensure the new configuration is used.
 
index 3e098a0029bde060c2c8b5baac7c0f2a64d26a36..24b2e450eb8c927388ec5add94299fb931163ccf 100644 (file)
@@ -420,7 +420,7 @@ Clusters:
 
     Git:
       # Path to git or gitolite-shell executable. Each authenticated
-      # request will execute this program with the single argument http-backend"
+      # request will execute this program with the single argument "http-backend"
       GitCommand: /usr/bin/git
 
       # Path to Gitolite's home directory. If a non-empty path is given,
index d06ed2602a72a75c45fea76978c4ae1fb5e936bd..8a5b4610c2b9b3ec88dd7029eed52bc7de4ce704 100644 (file)
@@ -426,7 +426,7 @@ Clusters:
 
     Git:
       # Path to git or gitolite-shell executable. Each authenticated
-      # request will execute this program with the single argument http-backend"
+      # request will execute this program with the single argument "http-backend"
       GitCommand: /usr/bin/git
 
       # Path to Gitolite's home directory. If a non-empty path is given,