commit
d68c0b63ee
@ -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': {
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
include:
|
include:
|
||||||
- .{{ grains['os']|lower }}.absent
|
- .{{ grains['os_family']|lower }}.absent
|
||||||
|
Binary file not shown.
@ -1,6 +1,2 @@
|
|||||||
{% set name = {
|
|
||||||
'RedHat': 'redhat',
|
|
||||||
'Debian': grains['os_family']|lower,
|
|
||||||
}.get(grains.os_family) %}
|
|
||||||
include:
|
include:
|
||||||
- .{{ name }}
|
- .{{ grains['os_family']|lower }}
|
||||||
|
@ -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
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user