mirror of
https://github.com/saltstack-formulas/timezone-formula.git
synced 2025-07-23 10:31:29 +02:00
8 lines
134 B
Ruby
8 lines
134 B
Ruby
control 'Timezone package' do
|
|
title 'should be installed'
|
|
|
|
describe package('tzdata') do
|
|
it { should be_installed }
|
|
end
|
|
end
|