2020-01-15 18:05:34 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
2019-08-09 23:47:49 +02:00
|
|
|
name: default
|
|
|
|
title: packages formula
|
|
|
|
maintainer: SaltStack Formulas
|
|
|
|
license: Apache-2.0
|
|
|
|
summary: Verify that the packages formula is setup and configured correctly
|
2021-01-22 20:57:31 +01:00
|
|
|
depends:
|
|
|
|
- name: share
|
|
|
|
path: test/integration/share
|
2019-08-09 23:47:49 +02:00
|
|
|
supports:
|
|
|
|
- platform-name: debian
|
|
|
|
- platform-name: ubuntu
|
|
|
|
- platform-name: centos
|
|
|
|
- platform-name: fedora
|
|
|
|
- platform-name: opensuse
|
|
|
|
- platform-name: suse
|
|
|
|
- platform-name: freebsd
|
2021-03-23 21:31:39 +00:00
|
|
|
- platform-name: openbsd
|
2019-08-09 23:47:49 +02:00
|
|
|
- platform-name: amazon
|
2021-01-22 20:57:31 +01:00
|
|
|
- platform-name: oracle
|
2020-01-15 18:05:34 +00:00
|
|
|
- platform-name: arch
|
2021-02-10 14:56:43 +00:00
|
|
|
- platform-name: gentoo
|
2021-07-02 00:06:09 +01:00
|
|
|
- platform-name: almalinux
|
|
|
|
- platform-name: rocky
|
2022-05-17 13:20:53 +01:00
|
|
|
- platform-name: mac_os_x
|
2021-02-19 07:42:37 +00:00
|
|
|
- platform: windows
|