fix(symlinks): replace symlinks with real files
This commit is contained in:
parent
b59500cf5d
commit
c4d013260f
|
@ -1 +0,0 @@
|
|||
nop/
|
|
@ -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'] }}
|
|
@ -1 +0,0 @@
|
|||
clean.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
|
|
@ -1 +0,0 @@
|
|||
nop/
|
|
@ -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'] }}
|
|
@ -1 +0,0 @@
|
|||
nop/
|
|
@ -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'] }}
|
|
@ -1 +0,0 @@
|
|||
clean.sls
|
|
@ -0,0 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=sls
|
||||
|
||||
salt-pkgrepo-clean-saltstack-redhat:
|
||||
pkgrepo.absent:
|
||||
- name: saltstack
|
|
@ -1 +0,0 @@
|
|||
clean.sls
|
|
@ -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