Selaa lähdekoodia

fix(symlinks): replace symlinks with real files

tags/v0.59.2
sticky-note 5 vuotta sitten
vanhempi
commit
c4d013260f
18 muutettua tiedostoa jossa 82 lisäystä ja 6 poistoa
  1. +0
    -1
      salt/pkgrepo/arch
  2. +7
    -0
      salt/pkgrepo/arch/clean.sls
  3. +5
    -0
      salt/pkgrepo/arch/init.sls
  4. +7
    -0
      salt/pkgrepo/arch/install.sls
  5. +0
    -1
      salt/pkgrepo/debian/absent.sls
  6. +13
    -0
      salt/pkgrepo/debian/absent.sls
  7. +0
    -1
      salt/pkgrepo/freebsd
  8. +7
    -0
      salt/pkgrepo/freebsd/clean.sls
  9. +5
    -0
      salt/pkgrepo/freebsd/init.sls
  10. +7
    -0
      salt/pkgrepo/freebsd/install.sls
  11. +0
    -1
      salt/pkgrepo/macos
  12. +7
    -0
      salt/pkgrepo/macos/clean.sls
  13. +5
    -0
      salt/pkgrepo/macos/init.sls
  14. +7
    -0
      salt/pkgrepo/macos/install.sls
  15. +0
    -1
      salt/pkgrepo/redhat/absent.sls
  16. +6
    -0
      salt/pkgrepo/redhat/absent.sls
  17. +0
    -1
      salt/pkgrepo/suse/absent.sls
  18. +6
    -0
      salt/pkgrepo/suse/absent.sls

+ 0
- 1
salt/pkgrepo/arch Näytä tiedosto

@@ -1 +0,0 @@
nop/

+ 7
- 0
salt/pkgrepo/arch/clean.sls Näytä tiedosto

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

salt-pkgrepo-clean-saltstack-norepo-{{ grains['os_family']|lower }}:
test.show_notification:
- text: |
No official repository for {{ grains['os_family'] }}

+ 5
- 0
salt/pkgrepo/arch/init.sls Näytä tiedosto

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

include:
- .install

+ 7
- 0
salt/pkgrepo/arch/install.sls Näytä tiedosto

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

salt-pkgrepo-install-saltstack-norepo-{{ grains['os_family']|lower }}:
test.show_notification:
- text: |
No official repository for {{ grains['os_family'] }}

+ 0
- 1
salt/pkgrepo/debian/absent.sls Näytä tiedosto

@@ -1 +0,0 @@
clean.sls

+ 13
- 0
salt/pkgrepo/debian/absent.sls Näytä tiedosto

@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# vim: ft=sls
{% from "salt/map.jinja" import salt_settings with context %}

salt-pkgrepo-clean-saltstack-debian:
pkgrepo.absent:
- name: {{ salt_settings.pkgrepo }}
file.absent:
- name: /etc/apt/sources.list.d/saltstack.list

salt-pkgrepo-clean-saltstack-debian-apt-key:
file.absent:
- name: /etc/apt/trusted.gpg.d/saltstack.gpg

+ 0
- 1
salt/pkgrepo/freebsd Näytä tiedosto

@@ -1 +0,0 @@
nop/

+ 7
- 0
salt/pkgrepo/freebsd/clean.sls Näytä tiedosto

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

salt-pkgrepo-clean-saltstack-norepo-{{ grains['os_family']|lower }}:
test.show_notification:
- text: |
No official repository for {{ grains['os_family'] }}

+ 5
- 0
salt/pkgrepo/freebsd/init.sls Näytä tiedosto

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

include:
- .install

+ 7
- 0
salt/pkgrepo/freebsd/install.sls Näytä tiedosto

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

salt-pkgrepo-install-saltstack-norepo-{{ grains['os_family']|lower }}:
test.show_notification:
- text: |
No official repository for {{ grains['os_family'] }}

+ 0
- 1
salt/pkgrepo/macos Näytä tiedosto

@@ -1 +0,0 @@
nop/

+ 7
- 0
salt/pkgrepo/macos/clean.sls Näytä tiedosto

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

salt-pkgrepo-clean-saltstack-norepo-{{ grains['os_family']|lower }}:
test.show_notification:
- text: |
No official repository for {{ grains['os_family'] }}

+ 5
- 0
salt/pkgrepo/macos/init.sls Näytä tiedosto

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

include:
- .install

+ 7
- 0
salt/pkgrepo/macos/install.sls Näytä tiedosto

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

salt-pkgrepo-install-saltstack-norepo-{{ grains['os_family']|lower }}:
test.show_notification:
- text: |
No official repository for {{ grains['os_family'] }}

+ 0
- 1
salt/pkgrepo/redhat/absent.sls Näytä tiedosto

@@ -1 +0,0 @@
clean.sls

+ 6
- 0
salt/pkgrepo/redhat/absent.sls Näytä tiedosto

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

salt-pkgrepo-clean-saltstack-redhat:
pkgrepo.absent:
- name: saltstack

+ 0
- 1
salt/pkgrepo/suse/absent.sls Näytä tiedosto

@@ -1 +0,0 @@
clean.sls

+ 6
- 0
salt/pkgrepo/suse/absent.sls Näytä tiedosto

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

salt-pkgrepo-clean-saltstack-suse:
pkgrepo.absent:
- name: systemsmanagement_saltstack_products

Loading…
Peruuta
Tallenna