Quellcode durchsuchen
Merge pull request #437 from sticky-note/fix/symlinks
fix(symlinks): replace symlinks with real files
tags/v0.59.2
N
vor 5 Jahren
Ursprung
Commit
356035d8f8
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
18 geänderte Dateien mit
82 neuen und
6 gelöschten Zeilen
-
salt/pkgrepo/arch
-
salt/pkgrepo/arch/clean.sls
-
salt/pkgrepo/arch/init.sls
-
salt/pkgrepo/arch/install.sls
-
salt/pkgrepo/debian/absent.sls
-
salt/pkgrepo/debian/absent.sls
-
salt/pkgrepo/freebsd
-
salt/pkgrepo/freebsd/clean.sls
-
salt/pkgrepo/freebsd/init.sls
-
salt/pkgrepo/freebsd/install.sls
-
salt/pkgrepo/macos
-
salt/pkgrepo/macos/clean.sls
-
salt/pkgrepo/macos/init.sls
-
salt/pkgrepo/macos/install.sls
-
salt/pkgrepo/redhat/absent.sls
-
salt/pkgrepo/redhat/absent.sls
-
salt/pkgrepo/suse/absent.sls
-
salt/pkgrepo/suse/absent.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'] }} |
|
|
@@ -0,0 +1,5 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# vim: ft=sls |
|
|
|
|
|
|
|
include: |
|
|
|
- .install |
|
|
@@ -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,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,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'] }} |
|
|
@@ -0,0 +1,5 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# vim: ft=sls |
|
|
|
|
|
|
|
include: |
|
|
|
- .install |
|
|
@@ -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,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'] }} |
|
|
@@ -0,0 +1,5 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# vim: ft=sls |
|
|
|
|
|
|
|
include: |
|
|
|
- .install |
|
|
@@ -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,0 +1,6 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# vim: ft=sls |
|
|
|
|
|
|
|
salt-pkgrepo-clean-saltstack-redhat: |
|
|
|
pkgrepo.absent: |
|
|
|
- name: saltstack |
|
|
@@ -0,0 +1,6 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# vim: ft=sls |
|
|
|
|
|
|
|
salt-pkgrepo-clean-saltstack-suse: |
|
|
|
pkgrepo.absent: |
|
|
|
- name: systemsmanagement_saltstack_products |