From 4164c240d8c4879e8c1210b1e2c5ed68acbc65c7 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 6 Mar 2020 19:15:35 +0000 Subject: [PATCH] add a specific hosts file because our script assumes all staging is in phoenix. this is going to be fun to fix after move --- roles/hosts/files/retrace-stg.aws.fedoraproject.org-hosts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/hosts/files/retrace-stg.aws.fedoraproject.org-hosts diff --git a/roles/hosts/files/retrace-stg.aws.fedoraproject.org-hosts b/roles/hosts/files/retrace-stg.aws.fedoraproject.org-hosts new file mode 100644 index 0000000000..849c10d456 --- /dev/null +++ b/roles/hosts/files/retrace-stg.aws.fedoraproject.org-hosts @@ -0,0 +1,2 @@ +127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 +::1 localhost localhost.localdomain localhost6 localhost6.localdomain6