From 52850ddb630e709a3d443df1a25197b1bb572d1d Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Wed, 26 Feb 2020 14:26:55 +1100
Subject: [PATCH] 404 periodic job: minor fixes

* Remove a stray trailing ' from the key
* update the key url to use https
* fix the log path to scrape

Change-Id: I580b63f08147494a937d44f4f6637947221c8937
---
 playbooks/periodic/404.yaml               | 2 +-
 playbooks/roles/zuul-user/tasks/main.yaml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/playbooks/periodic/404.yaml b/playbooks/periodic/404.yaml
index 6bbf9617d8..c1c96e7cb1 100644
--- a/playbooks/periodic/404.yaml
+++ b/playbooks/periodic/404.yaml
@@ -22,7 +22,7 @@
     - name: Run 404 scraping script
       become: yes
       shell: |
-        SOURCE_FILE=/var/log/docs.openstack.org_access.log
+        SOURCE_FILE=/var/log/apache2/docs.openstack.org_access.log
         INTERMEDIATE_FILE=$(mktemp)
 
         # Get just the lines with 404s in them
diff --git a/playbooks/roles/zuul-user/tasks/main.yaml b/playbooks/roles/zuul-user/tasks/main.yaml
index 77acb9f159..2334d133b2 100644
--- a/playbooks/roles/zuul-user/tasks/main.yaml
+++ b/playbooks/roles/zuul-user/tasks/main.yaml
@@ -18,5 +18,5 @@
     user: zuul
     state: present
     key: |
-      ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcXd/QJDEprSLh6N6bULnhchf9M+uzYBEJ2b51Au67FON+5M6VEj5Ut+DlkEPhabOP+tSv9Cn1HpmpBjdEOXdmBj6JS7G/gBb4w28oZDyNjrPT2ebpRw/XnVEkGfikR2J+j3o7CV+ybhLDalXm2TUDReVXnONUq3YzZbjRzoYs0xxrxyss47vZP0xFpsAt9jCMAJW2k6H589VUY38k9LFyhZUZ72FB6eJ68B9GN0TimBYm2DqvupBGQrRhkP8OZ0WoBV8PulKXaHVFdmfBNHB7E7FLlZKuiM6nkV4bOWMGOB/TF++wXBK86t9po3pWCM7+kr72xGRTE+6LuZ2z1K+h'
-    comment: Zuul key from http://zuul.opendev.org/api/tenant/openstack/project-ssh-key/opendev/system-config.pub at 2020-02-26
\ No newline at end of file
+      ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcXd/QJDEprSLh6N6bULnhchf9M+uzYBEJ2b51Au67FON+5M6VEj5Ut+DlkEPhabOP+tSv9Cn1HpmpBjdEOXdmBj6JS7G/gBb4w28oZDyNjrPT2ebpRw/XnVEkGfikR2J+j3o7CV+ybhLDalXm2TUDReVXnONUq3YzZbjRzoYs0xxrxyss47vZP0xFpsAt9jCMAJW2k6H589VUY38k9LFyhZUZ72FB6eJ68B9GN0TimBYm2DqvupBGQrRhkP8OZ0WoBV8PulKXaHVFdmfBNHB7E7FLlZKuiM6nkV4bOWMGOB/TF++wXBK86t9po3pWCM7+kr72xGRTE+6LuZ2z1K+h
+    comment: Zuul key from https://zuul.opendev.org/api/tenant/openstack/project-ssh-key/opendev/system-config.pub at 2020-02-26