Skip to content

Commit

Permalink
Correct variable names in templates
Browse files Browse the repository at this point in the history
Removes extra newline at end of zabbix_proxy.conf and zabbix_server.conf
  • Loading branch information
wdberry committed Oct 26, 2020
1 parent e4bdc34 commit b003d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions templates/zabbix_proxy.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ PidFile=<%= @pidfile %>
# Mandatory: no
# Default:

SocketDir=<%= @socket_dir %>
SocketDir=<%= @socketdir %>
<% end %>

### Option: DBHost
Expand Down Expand Up @@ -545,4 +545,3 @@ LoadModulePath=<%= @loadmodulepath %>
<% if @tlspskfile %>TLSPSKFile=<%= @tlspskfile %><% end %>

<% end %>

3 changes: 1 addition & 2 deletions templates/zabbix_server.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PidFile=<%= @pidfile %>
# Mandatory: no
# Default:

SocketDir=<%= @socket_dir %>
SocketDir=<%= @socketdir %>
<% end %>

### Option: DBHost
Expand Down Expand Up @@ -527,4 +527,3 @@ LoadModulePath=<%= @loadmodulepath %>
<% if @tlskeyfile %>TLSKeyFile=<%= @tlskeyfile %><% end %>

<% end %>

0 comments on commit b003d5a

Please sign in to comment.