File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
app/views/unattended/provisioning_templates/provision Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -122,16 +122,16 @@ description: |
122122 <%- if host_param ( 'ntp-server' ) . respond_to? ( :join ) -%>
123123 <%- host_param ( 'ntp-server' ) . each do |ntp | -%>
124124 < ntp _server >
125- < iburst config:type ="boolean "> false </ iburst >
125+ < iburst config:type ="boolean "> true </ iburst >
126126 < address > <%= ntp %> </ address >
127- < offline config:type ="boolean "> true </ offline >
127+ < offline config:type ="boolean "> false </ offline >
128128 </ ntp _server>
129129 <%- end -%>
130130 <%- else -%>
131131 < ntp _server >
132- < iburst config:type ="boolean "> false </ iburst >
132+ < iburst config:type ="boolean "> true </ iburst >
133133 < address > <%= host_param ( 'ntp-server' ) || '2.opensuse.pool.ntp.org' %> </ address >
134- < offline config:type ="boolean "> true </ offline >
134+ < offline config:type ="boolean "> false </ offline >
135135 </ ntp _server>
136136 <%- end -%>
137137 </ ntp _servers>
Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ description: |
111111 <%- host_param ( 'ntp-server' ) . each do |ntp | -%>
112112 < ntp _server >
113113 < address > <%= ntp %> </ address >
114- < iburst config:type ="boolean "> false </ iburst >
115- < offline config:type ="boolean "> true </ offline >
114+ < iburst config:type ="boolean "> true </ iburst >
115+ < offline config:type ="boolean "> false </ offline >
116116 </ ntp _server>
117117 <%- end -%>
118118 <%- else -%>
119119 < ntp _server >
120120 < address > <%= host_param ( 'ntp-server' ) || '2.opensuse.pool.ntp.org' %> </ address >
121- < iburst config:type ="boolean "> false </ iburst >
122- < offline config:type ="boolean "> true </ offline >
121+ < iburst config:type ="boolean "> true </ iburst >
122+ < offline config:type ="boolean "> false </ offline >
123123 </ ntp _server>
124124 <%- end -%>
125125 </ ntp _servers>
You can’t perform that action at this time.
0 commit comments