0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2025-02-22 18:33:51 +01:00

10 lines
159 B
Ruby

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