mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-22 23:50:46 +02:00
fix(os): pass state on unsupported os
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
nop/
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
nop/
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
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'] }}
|
||||||
Reference in New Issue
Block a user