2021-03-31 10:10:43 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
|
|
|
name: default
|
2021-03-31 10:10:44 +02:00
|
|
|
title: unbound formula
|
2021-03-31 10:10:43 +02:00
|
|
|
maintainer: SaltStack Formulas
|
|
|
|
license: Apache-2.0
|
|
|
|
# yamllint disable-line rule:line-length
|
2021-03-31 10:10:44 +02:00
|
|
|
summary: Verify that the unbound formula is setup and configured correctly
|
2021-03-31 10:10:43 +02:00
|
|
|
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
|