Skip to content

Commit

Permalink
Add missing TCP port
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Sep 5, 2023
1 parent c7817cb commit 441d273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/00_default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class other_service {
<<-EOM
firewalld_custom_service{ 'test_thing':
description => 'Random service test',
ports => [{ 'port' => '1234', 'protocol' => 'udp' }],
ports => [{ 'port' => '1234', 'protocol' => 'tcp' }, { 'port' => '1234', 'protocol' => 'udp' }],
protocols => ['ip', 'smp'],
modules => ['nf_conntrack_tftp', 'nf_conntrack_snmp'],
ipv4_destination => '1.2.3.4/23',
Expand Down

0 comments on commit 441d273

Please sign in to comment.