Quellcode durchsuchen

Merge pull request #450 from noelmcloughlin/freebsdd

chore(cleanup): delete  unused directory
tags/v1.1.1
Imran Iqbal vor 4 Jahren
Ursprung
Commit
12c49b9eb1
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
3 geänderte Dateien mit 0 neuen und 19 gelöschten Zeilen
  1. +0
    -7
      salt/pkgrepo/nop/clean.sls
  2. +0
    -5
      salt/pkgrepo/nop/init.sls
  3. +0
    -7
      salt/pkgrepo/nop/install.sls

+ 0
- 7
salt/pkgrepo/nop/clean.sls Datei anzeigen

@@ -1,7 +0,0 @@
# -*- 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
- 5
salt/pkgrepo/nop/init.sls Datei anzeigen

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

include:
- .install

+ 0
- 7
salt/pkgrepo/nop/install.sls Datei anzeigen

@@ -1,7 +0,0 @@
# -*- 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'] }}

Laden…
Abbrechen
Speichern