7 lines
120 B
Ruby
7 lines
120 B
Ruby
title "YUM Zabbix Repository"
|
|
|
|
describe yum.repo('zabbix') do
|
|
it { should exist }
|
|
it { should be_enabled }
|
|
end
|
|
|