0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2025-02-21 18:54:49 +01:00

9 lines
129 B
Ruby
Raw Normal View History

control 'Sudo package' do
title 'should be installed'
describe package('sudo') do
it { should be_installed }
end
end