[rhinstaller/anaconda/pulls/144 rhel7-branch] Enable Anaconda to configure NTP (#1085013)

vpodzime installerbot-noreply at redhat.com
Thu Jun 18 08:26:56 UTC 2015


> @@ -254,7 +254,8 @@ def run(self):
>                      new_servers.append(row[0])
>  
>              if flags.can_touch_runtime_system("save NTP servers configuration"):
> -                ntp.save_servers_to_config(new_servers)
> +                ntp.save_servers_to_config(new_servers, conf_file_path=ntp.CHRONY_CONFIG_FILE)
> +                ntp.save_servers_to_config(new_servers, conf_file_path=ntp.NTP_CONFIG_FILE)

We only need the chrony config here as this is for the installation environment to use the configured servers and the installation environment uses chrony.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/144#discussion_r32708164


More information about the anaconda-patches mailing list