mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-16 01:10:08 +02:00
fix(symlinks): replace symlinks with real files
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user