Skip to content

Commit 39378bc

Browse files
Fix CI pipeline due to missing coma
Missing coma caused Travis to fail some test
1 parent ed17c40 commit 39378bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
ensure => 'present',
579579
source_te => 'puppet:///modules/zabbix/zabbix-server.te',
580580
before => $dependency,
581-
require => Selboolean['zabbix_can_network']
581+
require => Selboolean['zabbix_can_network'],
582582
}
583583
# zabbix-server 3.4 introduced IPC via a socket in /tmp
584584
# https://support.zabbix.com/browse/ZBX-12567

0 commit comments

Comments
 (0)