fix(symlinks): replace symlinks with real files
This commit is contained in:
parent
b59500cf5d
commit
c4d013260f
@ -1 +0,0 @@
|
||||
nop/
|
7
salt/pkgrepo/arch/clean.sls
Normal file
7
salt/pkgrepo/arch/clean.sls
Normal file
@ -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
salt/pkgrepo/arch/init.sls
Normal file
5
salt/pkgrepo/arch/init.sls
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=sls
|
||||
|
||||
include:
|
||||
- .install
|
7
salt/pkgrepo/arch/install.sls
Normal file
7
salt/pkgrepo/arch/install.sls
Normal file
@ -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'] }}
|
@ -1 +0,0 @@
|
||||
clean.sls
|
13
salt/pkgrepo/debian/absent.sls
Normal file
13
salt/pkgrepo/debian/absent.sls
Normal file
@ -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
|
@ -1 +0,0 @@
|
||||
nop/
|
7
salt/pkgrepo/freebsd/clean.sls
Normal file
7
salt/pkgrepo/freebsd/clean.sls
Normal file
@ -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
salt/pkgrepo/freebsd/init.sls
Normal file
5
salt/pkgrepo/freebsd/init.sls
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=sls
|
||||
|
||||
include:
|
||||
- .install
|
7
salt/pkgrepo/freebsd/install.sls
Normal file
7
salt/pkgrepo/freebsd/install.sls
Normal file
@ -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'] }}
|
@ -1 +0,0 @@
|
||||
nop/
|
7
salt/pkgrepo/macos/clean.sls
Normal file
7
salt/pkgrepo/macos/clean.sls
Normal file
@ -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
salt/pkgrepo/macos/init.sls
Normal file
5
salt/pkgrepo/macos/init.sls
Normal file
@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=sls
|
||||
|
||||
include:
|
||||
- .install
|
7
salt/pkgrepo/macos/install.sls
Normal file
7
salt/pkgrepo/macos/install.sls
Normal file
@ -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'] }}
|
@ -1 +0,0 @@
|
||||
clean.sls
|
6
salt/pkgrepo/redhat/absent.sls
Normal file
6
salt/pkgrepo/redhat/absent.sls
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=sls
|
||||
|
||||
salt-pkgrepo-clean-saltstack-redhat:
|
||||
pkgrepo.absent:
|
||||
- name: saltstack
|
@ -1 +0,0 @@
|
||||
clean.sls
|
6
salt/pkgrepo/suse/absent.sls
Normal file
6
salt/pkgrepo/suse/absent.sls
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=sls
|
||||
|
||||
salt-pkgrepo-clean-saltstack-suse:
|
||||
pkgrepo.absent:
|
||||
- name: systemsmanagement_saltstack_products
|
Loading…
Reference in New Issue
Block a user