b4411c61d3
* Automated using https://github.com/myii/ssf-formula/pull/293
22 lines
519 B
YAML
22 lines
519 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
name: default
|
|
title: nginx formula
|
|
maintainer: SaltStack Formulas
|
|
license: Apache-2.0
|
|
summary: Verify that the nginx 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
|
|
- platform-name: oracle
|
|
- platform-name: arch
|
|
- platform-name: gentoo
|
|
- platform: windows
|