keepalived-formula/test/integration/default/controls/package_spec.rb
2019-05-13 16:16:29 +02:00

8 lines
140 B
Ruby

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