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