File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/views/unattended/provisioning_templates/provision Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ description: |
116116 < ntp _policy > auto</ ntp _policy>
117117 < ntp _servers config:type ="list ">
118118 < ntp _server >
119- < iburst config:type ="boolean "> false </ iburst >
119+ < iburst config:type ="boolean "> true </ iburst >
120120 < address > <%= host_param ( 'ntp-server' ) || '0.opensuse.pool.ntp.org' %> </ address >
121- < offline config:type ="boolean "> true </ offline >
121+ < offline config:type ="boolean "> false </ offline >
122122 </ ntp _server>
123123 </ ntp _servers>
124124 < ntp _sync > systemd</ ntp _sync>
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ description: |
109109 < ntp _servers config:type ="list ">
110110 < ntp _server >
111111 < address > <%= host_param ( 'ntp-server' ) || '0.opensuse.pool.ntp.org' %> </ address >
112- < iburst config:type ="boolean "> false </ iburst >
113- < offline config:type ="boolean "> true </ offline >
112+ < iburst config:type ="boolean "> true </ iburst >
113+ < offline config:type ="boolean "> false </ offline >
114114 </ ntp _server>
115115 </ ntp _servers>
116116 < ntp _sync > 15</ ntp _sync>
You can’t perform that action at this time.
0 commit comments