feat: implementing kitchen tests and activate them on travis

This commit is contained in:
Eric Veiras Galisson
2019-05-27 16:13:58 +02:00
parent b925a00048
commit 1774df001e
8 changed files with 364 additions and 0 deletions
@@ -0,0 +1,8 @@
control 'Sudo package' do
title 'should be installed'
describe package('sudo') do
it { should be_installed }
end
end
+12
View File
@@ -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