2
0

Merge pull request #267 from fizmat/pkgrepo-cleanup

Pkgrepo cleanup
This commit is contained in:
Brian Jackson 2016-11-21 22:53:47 -08:00 committed by GitHub
commit d68c0b63ee
6 changed files with 2 additions and 17 deletions

View File

@ -71,7 +71,6 @@ that differ from whats in defaults.yaml
'master': { 'master': {
'gitfs_provider': 'pygit2' 'gitfs_provider': 'pygit2'
}, },
'repotype': 'epel',
}, },
'Suse': {}, 'Suse': {},
'Gentoo': { 'Gentoo': {

View File

@ -1,2 +1,2 @@
include: include:
- .{{ grains['os']|lower }}.absent - .{{ grains['os_family']|lower }}.absent

Binary file not shown.

View File

@ -1,6 +1,2 @@
{% set name = {
'RedHat': 'redhat',
'Debian': grains['os_family']|lower,
}.get(grains.os_family) %}
include: include:
- .{{ name }} - .{{ grains['os_family']|lower }}

View File

@ -1,5 +0,0 @@
drop-saltstack-pkgrepo:
pkgrepo.absent:
- name: deb http://repo.saltstack.com/apt/ubuntu/{{ grains['lsb_distrib_release'] }}/amd64/latest {{ grains['lsb_distrib_codename'] }} main
- file: /etc/apt/sources.list.d/saltstack.list
- key_url: https://repo.saltstack.com/apt/ubuntu/{{ grains['lsb_distrib_release'] }}/amd64/latest/SALTSTACK-GPG-KEY.pub

View File

@ -1,5 +0,0 @@
saltstack-pkgrepo:
pkgrepo.managed:
- name: deb https://repo.saltstack.com/apt/ubuntu/{{ grains['lsb_distrib_release'] }}/amd64/latest {{ grains['lsb_distrib_codename'] }} main
- file: /etc/apt/sources.list.d/saltstack.list
- key_url: https://repo.saltstack.com/apt/ubuntu/{{ grains['lsb_distrib_release'] }}/amd64/latest/SALTSTACK-GPG-KEY.pub