N
5 år sedan
förälder
incheckning
455797675c
Inget konto är kopplat till bidragsgivarens mejladress
6 ändrade filer med
22 tillägg och
0 borttagningar
-
salt/pkgrepo/arch
-
salt/pkgrepo/freebsd
-
salt/pkgrepo/macos
-
salt/pkgrepo/nop/clean.sls
-
salt/pkgrepo/nop/init.sls
-
salt/pkgrepo/nop/install.sls
|
|
@@ -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'] }} |