8 lines
140 B
Ruby
8 lines
140 B
Ruby
control 'Prometheus package' do
|
|
title 'should be installed'
|
|
|
|
describe package('prometheus') do
|
|
it { should be_installed }
|
|
end
|
|
end
|