2019-08-06 21:52:27 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
2019-07-15 00:01:46 +02:00
|
|
|
name: default
|
|
|
|
title: keepalived formula
|
|
|
|
maintainer: SaltStack Formulas
|
2019-05-10 01:49:38 +02:00
|
|
|
license: Apache-2.0
|
|
|
|
summary: Verify that the keepalived formula is setup and configured correctly
|
2021-03-23 22:29:20 +01:00
|
|
|
depends:
|
|
|
|
- name: share
|
|
|
|
path: test/integration/share
|
2019-05-10 01:49:38 +02:00
|
|
|
supports:
|
2019-07-15 00:01:46 +02:00
|
|
|
- platform-name: debian
|
|
|
|
- platform-name: ubuntu
|
|
|
|
- platform-name: centos
|
|
|
|
- platform-name: fedora
|
|
|
|
- platform-name: opensuse
|
|
|
|
- platform-name: suse
|
|
|
|
- platform-name: freebsd
|
2021-03-23 22:29:20 +01:00
|
|
|
- platform-name: openbsd
|
2019-07-15 00:01:46 +02:00
|
|
|
- platform-name: amazon
|
2021-02-12 15:01:56 +01:00
|
|
|
- platform-name: oracle
|
2019-09-22 19:09:09 +02:00
|
|
|
- platform-name: arch
|
2021-02-12 15:01:56 +01:00
|
|
|
- platform-name: gentoo
|
2021-07-02 01:03:31 +02:00
|
|
|
- platform-name: almalinux
|
|
|
|
- platform-name: rocky
|
2021-02-12 15:01:56 +01:00
|
|
|
- platform: windows
|