control 'salt packages' do title 'should be installed' %w( salt-master salt-minion ).each do |p| describe package(p) do it { should be_installed } end end end