27 lines
651 B
YAML
27 lines
651 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
name: default
|
|
title: TEMPLATE formula
|
|
maintainer: SaltStack Formulas
|
|
license: Apache-2.0
|
|
# yamllint disable-line rule:line-length
|
|
summary: Verify that the TEMPLATE formula is setup and configured correctly
|
|
depends:
|
|
- name: share
|
|
path: test/integration/share
|
|
supports:
|
|
- platform-name: debian
|
|
- platform-name: ubuntu
|
|
- platform-name: centos
|
|
- platform-name: fedora
|
|
- platform-name: opensuse
|
|
- platform-name: suse
|
|
- platform-name: freebsd
|
|
- platform-name: openbsd
|
|
- platform-name: amazon
|
|
- platform-name: oracle
|
|
- platform-name: arch
|
|
- platform-name: gentoo
|
|
- platform: windows
|