Merge pull request #425 from noelmcloughlin/pkgrepo2

fix(os): pass pkgrepo state on unsupported os
This commit is contained in:
Niels Abspoel 2019-08-01 20:32:05 +02:00 committed by GitHub
commit cb0219d0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 0 deletions

1
salt/pkgrepo/arch Symbolic link
View File

@ -0,0 +1 @@
nop/

1
salt/pkgrepo/freebsd Symbolic link
View File

@ -0,0 +1 @@
nop/

1
salt/pkgrepo/macos Symbolic link
View File

@ -0,0 +1 @@
nop/

View 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'] }}

View File

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

View 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'] }}