9e29ffae76
* Semi-automated using `ssf-formula` (v0.5.0) * Fix errors shown below: ```bash keepalived-formula$ $(grep "\- yamllint" .travis.yml | sed -e "s:^\s\+-\s\(.*\):\1:") pillar.example 16:1 warning missing document start "---" (document-start) ```
18 lines
431 B
YAML
18 lines
431 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
name: default
|
|
title: keepalived formula
|
|
maintainer: SaltStack Formulas
|
|
license: Apache-2.0
|
|
summary: Verify that the keepalived formula is setup and configured correctly
|
|
supports:
|
|
- platform-name: debian
|
|
- platform-name: ubuntu
|
|
- platform-name: centos
|
|
- platform-name: fedora
|
|
- platform-name: opensuse
|
|
- platform-name: suse
|
|
- platform-name: freebsd
|
|
- platform-name: amazon
|