We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060f111 commit eb9c90fCopy full SHA for eb9c90f
1 file changed
templates/agent-conf.d/ntp.yaml.erb
@@ -7,16 +7,16 @@ init_config:
7
instances:
8
- offset_threshold: <%= @offset_threshold %>
9
<% if @host -%>
10
- - host: <%= @host %>
+ host: <%= @host %>
11
<% end -%>
12
<% if @port -%>
13
- - port: <%= @port %>
+ port: <%= @port %>
14
15
<% if @version -%>
16
- - version: <%= @version %>
+ version: <%= @version %>
17
18
<% if @timeout -%>
19
- - timeout: <%= @timeout %>
+ timeout: <%= @timeout %>
20
21
# Optional params:
22
#
0 commit comments