Petr Michalec | 7a2f1d2 | 2017-05-17 22:08:32 +0200 | [diff] [blame] | 1 | |
2 | %w(keepalived haproxy libvirt ntp openssh).each do |f| | ||||
3 | describe package("salt-formula-#{f}") do | ||||
4 | it { should be_installed } | ||||
5 | end | ||||
6 | end | ||||
7 | |||||
8 | %w(mysql postgresql).each do |f| | ||||
9 | describe package("salt-formula-#{f}") do | ||||
10 | it { should_not be_installed } | ||||
11 | end | ||||
12 | end | ||||
13 |