0
0
mirror of https://github.com/saltstack-formulas/timezone-formula.git synced 2025-07-23 10:31:29 +02:00
2019-08-26 00:43:01 +02:00

8 lines
134 B
Ruby

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