mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-07-23 14:18:29 +02:00
feat: implementing kitchen tests and activate them on travis
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
control 'Sudo package' do
|
||||
title 'should be installed'
|
||||
|
||||
describe package('sudo') do
|
||||
it { should be_installed }
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,12 @@
|
||||
name: sudoers
|
||||
title: Sudoers Formula
|
||||
maintainer: Saltstack-formulas
|
||||
license: Apache-2.0
|
||||
summary: Verify that the sudoers formula is setup and configured correctly
|
||||
supports:
|
||||
- os-name: debian
|
||||
- os-name: ubuntu
|
||||
- os-name: centos
|
||||
- os-name: fedora
|
||||
- os-name: opensuse
|
||||
- os-name: suse
|
||||
Reference in New Issue
Block a user