Skip to content

Commit 9ba28d3

Browse files
committed
Fixes #38959 - autoyast NTP config
1 parent e8ff59d commit 9ba28d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/views/unattended/provisioning_templates/provision/autoyast_default.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

app/views/unattended/provisioning_templates/provision/autoyast_sles_default.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)