Преглед на файлове

fix(symlinks): replace symlinks with real files

tags/v0.59.2
sticky-note преди 5 години
родител
ревизия
c4d013260f
променени са 18 файла, в които са добавени 82 реда и са изтрити 6 реда
  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 Целия файл

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

+ 7
- 0
salt/pkgrepo/arch/clean.sls Целия файл

@@ -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 Целия файл

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

include:
- .install

+ 7
- 0
salt/pkgrepo/arch/install.sls Целия файл

@@ -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 Целия файл

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

+ 13
- 0
salt/pkgrepo/debian/absent.sls Целия файл

@@ -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 Целия файл

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

+ 7
- 0
salt/pkgrepo/freebsd/clean.sls Целия файл

@@ -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 Целия файл

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

include:
- .install

+ 7
- 0
salt/pkgrepo/freebsd/install.sls Целия файл

@@ -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 Целия файл

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

+ 7
- 0
salt/pkgrepo/macos/clean.sls Целия файл

@@ -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 Целия файл

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

include:
- .install

+ 7
- 0
salt/pkgrepo/macos/install.sls Целия файл

@@ -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 Целия файл

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

+ 6
- 0
salt/pkgrepo/redhat/absent.sls Целия файл

@@ -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 Целия файл

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

+ 6
- 0
salt/pkgrepo/suse/absent.sls Целия файл

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

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

Loading…
Отказ
Запис