Sigul uses gpg1 from builder-rpms repo
This commit is contained in:
parent
9d334067b1
commit
4ac79c102b
2 changed files with 16 additions and 0 deletions
6
files/sign/builder-rpms.repo
Normal file
6
files/sign/builder-rpms.repo
Normal file
|
@ -0,0 +1,6 @@
|
|||
[builder-rpms]
|
||||
name=Builder Packages from Fedora Infrastructure $releasever - $basearch
|
||||
baseurl=http://infrastructure.fedoraproject.org/repo/builder-rpms/$releasever/$basearch/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=http://infrastructure.fedoraproject.org/repo/RPM-GPG-KEY-INFRASTRUCTURE
|
|
@ -1,11 +1,21 @@
|
|||
---
|
||||
|
||||
- name: put builder-repo on system
|
||||
action: copy src=$files/sign/$item dest=/etc/yum.repos.d/$item
|
||||
with_items:
|
||||
- builder-rpms.repo
|
||||
only_if: '$is_rhel'
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
||||
- name: install sigul
|
||||
action: yum state=installed name=$item
|
||||
with_items:
|
||||
- sigul
|
||||
- ntp
|
||||
- ntpdate
|
||||
- gpg1
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue