Fix issue where the local server is referenced as local instead of localhost
This commit is contained in:
@@ -92,7 +92,7 @@ skip_if_unavailable=False
|
||||
|
||||
[fdl-epel-local]
|
||||
name=Fire Dragon Linux packages for epel $releasever - $basearch
|
||||
baseurl=http://local/packages/epel/$releasever/$basearch/
|
||||
baseurl=http://localhost/packages/epel/$releasever/$basearch/
|
||||
failovermethod=roundrobin
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
Reference in New Issue
Block a user