From b5036aac85417be14f6e42008aa24c182f056f17 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Jun 2022 13:13:30 -0700 Subject: [PATCH] grokmirror: set correct manifest path Signed-off-by: Kevin Fenzi --- roles/grokmirror_mirror/templates/grokmirror.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/grokmirror_mirror/templates/grokmirror.conf b/roles/grokmirror_mirror/templates/grokmirror.conf index f2355d5025..156a89557d 100644 --- a/roles/grokmirror_mirror/templates/grokmirror.conf +++ b/roles/grokmirror_mirror/templates/grokmirror.conf @@ -100,7 +100,7 @@ site = https://src.fedoraproject.org # file:// (when manifest file is on NFS, for example) # NB: You can no longer specify username:password as part of the URL with # grokmirror 2.x and above. You can use a netrc file for this purpose. -manifest = ${site}/manifest.js.gz +manifest = ${site}/grokmirror/manifest.js.gz # # As an alternative to setting a manifest URL, you can define a manifest_command. # It has three possible outcomes: