We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f878fa0 + d7a8029 commit 4acfa3bCopy full SHA for 4acfa3b
1 file changed
templates/ntp.conf.erb
@@ -38,7 +38,7 @@ broadcastclient
38
server <%= server %><% if @iburst_enable == true -%> iburst<% end %><% if @preferred_servers.include?(server) -%> prefer<% end %>
39
<% end -%>
40
41
-<% if scope.lookupvar('::is_virtual') == "false" or @udlc -%>
+<% if @is_virtual == "true" or @udlc -%>
42
# Undisciplined Local Clock. This is a fake driver intended for backup
43
# and when no outside source of synchronized time is available.
44
server 127.127.1.0
0 commit comments