Skip to content

Commit

Permalink
read in import
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 11, 2017
1 parent 0b145f2 commit 7e86993
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/y2ntp_client/client/auto.rb
Expand Up @@ -23,6 +23,9 @@ def summary
end

def import(profile)
# as current import only modify existing configuration ( and does not contain complete
# conf file ) we need to read original configuration and just add changes
Yast::NtpClient.Read
Yast::NtpClient.Import(profile)
end

Expand Down

0 comments on commit 7e86993

Please sign in to comment.