Skip to content

Commit c7059e4

Browse files
authored
Merge pull request #855 from teluq-pbrideau/fix/renamed-snmp-templates
2 parents feb57e9 + 25ac389 commit c7059e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/acceptance/zabbix_host_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@
2929
['Template OS Linux SNMPv2']
3030
when '5.0'
3131
['Template OS Linux SNMP']
32-
else
32+
when '5.2', '5.4'
3333
['Linux SNMP']
34+
else
35+
['Linux by SNMP']
3436
end
3537

3638
pp1 = <<-EOS

0 commit comments

Comments
 (0)