13 lines
290 B
YAML
13 lines
290 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
|