2019-08-06 20:57:50 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
2019-07-15 00:59:15 +01:00
|
|
|
name: default
|
|
|
|
title: prometheus formula
|
|
|
|
maintainer: SaltStack Formulas
|
2019-04-24 18:18:10 +02:00
|
|
|
license: Apache-2.0
|
|
|
|
summary: Verify that the prometheus formula is setup and configured correctly
|
2021-03-23 21:32:19 +00:00
|
|
|
depends:
|
|
|
|
- name: share
|
|
|
|
path: test/integration/share
|
2019-04-24 18:18:10 +02:00
|
|
|
supports:
|
2019-06-16 01:22:14 +01:00
|
|
|
- platform-name: debian
|
|
|
|
- platform-name: ubuntu
|
|
|
|
- platform-name: centos
|
|
|
|
- platform-name: fedora
|
|
|
|
- platform-name: opensuse
|
2019-07-15 00:59:15 +01:00
|
|
|
- platform-name: suse
|
2019-06-16 01:22:14 +01:00
|
|
|
- platform-name: freebsd
|
2021-03-23 21:32:19 +00:00
|
|
|
- platform-name: openbsd
|
2019-07-15 00:59:15 +01:00
|
|
|
- platform-name: amazon
|
2021-02-12 17:07:51 +00:00
|
|
|
- platform-name: oracle
|
2019-10-01 16:23:07 +01:00
|
|
|
- platform-name: arch
|
2021-02-12 17:07:51 +00:00
|
|
|
- platform-name: gentoo
|
2021-07-02 00:06:56 +01:00
|
|
|
- platform-name: almalinux
|
|
|
|
- platform-name: rocky
|
2022-05-17 13:21:24 +01:00
|
|
|
- platform-name: mac_os_x
|
2021-02-12 17:07:51 +00:00
|
|
|
- platform: windows
|