2019-08-06 15:56:57 -04:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
2019-07-15 11:46:17 -04:00
|
|
|
name: default
|
|
|
|
title: sudoers formula
|
|
|
|
maintainer: SaltStack Formulas
|
2019-05-27 10:12:27 -04:00
|
|
|
license: Apache-2.0
|
|
|
|
summary: Verify that the sudoers formula is setup and configured correctly
|
2020-08-25 00:03:17 -04:00
|
|
|
depends:
|
|
|
|
- name: share
|
|
|
|
path: test/integration/share
|
2019-05-27 10:12:27 -04:00
|
|
|
supports:
|
2019-07-15 11:46:17 -04:00
|
|
|
- platform-name: debian
|
|
|
|
- platform-name: ubuntu
|
|
|
|
- platform-name: centos
|
|
|
|
- platform-name: fedora
|
|
|
|
- platform-name: opensuse
|
|
|
|
- platform-name: suse
|
|
|
|
- platform-name: freebsd
|
|
|
|
- platform-name: amazon
|
2019-09-22 13:13:26 -04:00
|
|
|
- platform-name: arch
|