Merge pull request 'fix: updated path for gpg keys' (#62) from neoloc/update_yum_repos_epel into develop
Reviewed-on: unkinben/puppet-prod#62
This commit is contained in:
commit
d71d97e5bf
@ -46,7 +46,7 @@ class profiles::yum::base (
|
|||||||
descr => 'base repository',
|
descr => 'base repository',
|
||||||
target => '/etc/yum.repos.d/base.repo',
|
target => '/etc/yum.repos.d/base.repo',
|
||||||
baseurl => "${baseurl}/${release}/BaseOS-${snapshot}/${basearch}/os/",
|
baseurl => "${baseurl}/${release}/BaseOS-${snapshot}/${basearch}/os/",
|
||||||
gpgkey => "${baseurl}/RPM-GPG-KEY-${facts['os']['name']}",
|
gpgkey => "${baseurl}/${release}/BaseOS-${snapshot}/${basearch}/os/RPM-GPG-KEY-${facts['os']['name']}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ class profiles::yum::base (
|
|||||||
descr => 'extras repository',
|
descr => 'extras repository',
|
||||||
target => '/etc/yum.repos.d/extras.repo',
|
target => '/etc/yum.repos.d/extras.repo',
|
||||||
baseurl => "${baseurl}/${release}/extras-${snapshot}/${basearch}/os/",
|
baseurl => "${baseurl}/${release}/extras-${snapshot}/${basearch}/os/",
|
||||||
gpgkey => "${baseurl}/RPM-GPG-KEY-${facts['os']['name']}",
|
gpgkey => "${baseurl}/${release}/extras-${snapshot}/${basearch}/os/RPM-GPG-KEY-${facts['os']['name']}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ class profiles::yum::base (
|
|||||||
descr => 'appstream repository',
|
descr => 'appstream repository',
|
||||||
target => '/etc/yum.repos.d/appstream.repo',
|
target => '/etc/yum.repos.d/appstream.repo',
|
||||||
baseurl => "${baseurl}/${release}/AppStream-${snapshot}/${basearch}/os/",
|
baseurl => "${baseurl}/${release}/AppStream-${snapshot}/${basearch}/os/",
|
||||||
gpgkey => "${baseurl}/RPM-GPG-KEY-${facts['os']['name']}",
|
gpgkey => "${baseurl}/${release}/AppStream-${snapshot}/${basearch}/os/RPM-GPG-KEY-${facts['os']['name']}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ class profiles::yum::base (
|
|||||||
descr => 'powertools repository',
|
descr => 'powertools repository',
|
||||||
target => '/etc/yum.repos.d/powertools.repo',
|
target => '/etc/yum.repos.d/powertools.repo',
|
||||||
baseurl => "${baseurl}/${release}/PowerTools-${snapshot}/${basearch}/os/",
|
baseurl => "${baseurl}/${release}/PowerTools-${snapshot}/${basearch}/os/",
|
||||||
gpgkey => "${baseurl}/RPM-GPG-KEY-${facts['os']['name']}",
|
gpgkey => "${baseurl}/${release}/PowerTools-${snapshot}/${basearch}/os/RPM-GPG-KEY-${facts['os']['name']}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ class profiles::yum::base (
|
|||||||
descr => 'highavailability repository',
|
descr => 'highavailability repository',
|
||||||
target => '/etc/yum.repos.d/highavailability.repo',
|
target => '/etc/yum.repos.d/highavailability.repo',
|
||||||
baseurl => "${baseurl}/${release}/HighAvailability-${snapshot}/${basearch}/os/",
|
baseurl => "${baseurl}/${release}/HighAvailability-${snapshot}/${basearch}/os/",
|
||||||
gpgkey => "${baseurl}/RPM-GPG-KEY-${facts['os']['name']}",
|
gpgkey => "${baseurl}/${release}/HighAvailability-${snapshot}/${basearch}/os/RPM-GPG-KEY-${facts['os']['name']}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -42,7 +42,7 @@ class profiles::yum::epel (
|
|||||||
descr => 'epel repository',
|
descr => 'epel repository',
|
||||||
target => '/etc/yum.repos.d/epel.repo',
|
target => '/etc/yum.repos.d/epel.repo',
|
||||||
baseurl => "${baseurl}/${release}/Everything-${snapshot}/${basearch}/os/",
|
baseurl => "${baseurl}/${release}/Everything-${snapshot}/${basearch}/os/",
|
||||||
gpgkey => "${baseurl}/RPM-GPG-KEY-EPEL-${release}",
|
gpgkey => "${baseurl}/${release}/Everything-${snapshot}/${basearch}/os/RPM-GPG-KEY-EPEL-${release}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user