Skip to content

Commit b003d5a

Browse files
committed
Correct variable names in templates
Removes extra newline at end of zabbix_proxy.conf and zabbix_server.conf
1 parent e4bdc34 commit b003d5a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

templates/zabbix_proxy.conf.erb

+1-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ PidFile=<%= @pidfile %>
103103
# Mandatory: no
104104
# Default:
105105

106-
SocketDir=<%= @socket_dir %>
106+
SocketDir=<%= @socketdir %>
107107
<% end %>
108108

109109
### Option: DBHost
@@ -545,4 +545,3 @@ LoadModulePath=<%= @loadmodulepath %>
545545
<% if @tlspskfile %>TLSPSKFile=<%= @tlspskfile %><% end %>
546546

547547
<% end %>
548-

templates/zabbix_server.conf.erb

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PidFile=<%= @pidfile %>
8585
# Mandatory: no
8686
# Default:
8787

88-
SocketDir=<%= @socket_dir %>
88+
SocketDir=<%= @socketdir %>
8989
<% end %>
9090

9191
### Option: DBHost
@@ -527,4 +527,3 @@ LoadModulePath=<%= @loadmodulepath %>
527527
<% if @tlskeyfile %>TLSKeyFile=<%= @tlskeyfile %><% end %>
528528

529529
<% end %>
530-

0 commit comments

Comments
 (0)