Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvm committed Feb 18, 2015
1 parent 685948d commit 4ae688f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ansible Role: PCextreme repository
# Ansible Role: PCextreme Repository

Extra Packages
PCextreme Linux Software Repository

## Supported platforms

Expand Down Expand Up @@ -37,7 +37,7 @@ None

## License

MIT / BSD
MIT

## Author Information

Expand Down
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
galaxy_info:
author: "Attila van der Velde"
description: "PCextreme repository"
description: "PCextreme Linux Software Repository"
company: "PCextreme B.V."
license: "license (MIT, BSD)"
license: "license (MIT)"
min_ansible_version: 1.8
platforms:
- name: EL
Expand Down
2 changes: 1 addition & 1 deletion templates/pcextreme.list.j2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# PCextreme Packages for Ubuntu {{ ansible_distribution_release }}
# PCextreme Software Repository for Ubuntu {{ ansible_distribution_release }}
deb http://packages.pcextreme.nl/ubuntu {{ ansible_distribution_release | lower }}{{ ' main' if repo_pcextreme_main else '' }}{{ ' updates' if repo_pcextreme_updates else '' }}{{ ' testing' if repo_pcextreme_testing else '' }}
8 changes: 4 additions & 4 deletions templates/pcextreme.repo.j2
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[pcextreme-main]
name=PCextreme Packages for CentOS {{ ansible_distribution_major_version|int }} - $basearch
name=PCextreme Software Repository for CentOS {{ ansible_distribution_major_version|int }} - $basearch
baseurl=http://packages.pcextreme.nl/centos/{{ ansible_distribution_major_version|int }}/main/$basearch/
enabled={{ '1' if repo_pcextreme_main else '0' }}
gpgcheck=1
gpgkey=https://www.pcextreme.nl/pcextreme_signing.key
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-pcextreme

[pcextreme-updates]
name=PCextreme Packages for CentOS {{ ansible_distribution_major_version|int }} - $basearch
name=PCextreme Software Repository for CentOS {{ ansible_distribution_major_version|int }} - $basearch
baseurl=http://packages.pcextreme.nl/centos/{{ ansible_distribution_major_version|int }}/updates/$basearch/
gpgcheck=1
enabled={{ '1' if repo_pcextreme_updates else '0' }}
gpgcheck=1
gpgkey=https://www.pcextreme.nl/pcextreme_signing.key
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-pcextreme

[pcextreme-testing]
name=PCextreme Packages for CentOS {{ ansible_distribution_major_version|int }} - $basearch
name=PCextreme Software Repository for CentOS {{ ansible_distribution_major_version|int }} - $basearch
baseurl=http://packages.pcextreme.nl/centos/{{ ansible_distribution_major_version|int }}/testing/$basearch/
enabled={{ '1' if repo_pcextreme_testing else '0' }}
gpgcheck=1
Expand Down

0 comments on commit 4ae688f

Please sign in to comment.