mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2025-02-13 06:10:31 +01:00
9 lines
129 B
Ruby
9 lines
129 B
Ruby
|
|
||
|
control 'Sudo package' do
|
||
|
title 'should be installed'
|
||
|
|
||
|
describe package('sudo') do
|
||
|
it { should be_installed }
|
||
|
end
|
||
|
end
|