Merge pull request #425 from noelmcloughlin/pkgrepo2
fix(os): pass pkgrepo state on unsupported os
This commit is contained in:
commit
cb0219d0ce
1
salt/pkgrepo/arch
Symbolic link
1
salt/pkgrepo/arch
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
nop/
|
1
salt/pkgrepo/freebsd
Symbolic link
1
salt/pkgrepo/freebsd
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
nop/
|
1
salt/pkgrepo/macos
Symbolic link
1
salt/pkgrepo/macos
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
nop/
|
7
salt/pkgrepo/nop/clean.sls
Normal file
7
salt/pkgrepo/nop/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/nop/init.sls
Normal file
5
salt/pkgrepo/nop/init.sls
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# vim: ft=sls
|
||||||
|
|
||||||
|
include:
|
||||||
|
- .install
|
7
salt/pkgrepo/nop/install.sls
Normal file
7
salt/pkgrepo/nop/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'] }}
|
Loading…
Reference in New Issue
Block a user