18ca7ca872
* Automated using https://github.com/myii/ssf-formula/pull/444
29 lines
766 B
YAML
29 lines
766 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
name: appended
|
|
title: sudoers formula
|
|
maintainer: SaltStack Formulas
|
|
license: Apache-2.0
|
|
# yamllint disable-line rule:line-length
|
|
summary: Verify that the sudoers formula is setup and configured correctly (when appending to the main file)
|
|
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-name: almalinux
|
|
- platform-name: rocky
|
|
- platform-name: mac_os_x
|
|
- platform: windows
|