fix(os): pass state on unsupported os

This commit is contained in:
N
2019-07-30 00:12:59 +01:00
parent 6a312544dd
commit 455797675c
6 changed files with 22 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
nop/
+1
View File
@@ -0,0 +1 @@
nop/
+1
View File
@@ -0,0 +1 @@
nop/
+7
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'] }}
+5
View File
@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# vim: ft=sls
include:
- .install
+7
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'] }}