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

jkonecny12 installerbot-noreply at redhat.com
Thu Jun 18 08:31: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)

OK I'll change this locally.

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


More information about the anaconda-patches mailing list