Skip to content

Commit

Permalink
Improved handling of keep_install_network check
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Apr 27, 2016
1 parent f29d8ec commit 3fd8d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/network/network_autoyast.rb
Expand Up @@ -136,7 +136,7 @@ def configure_dns

# Checks if the profile asks for keeping installation network configuration
def keep_net_config?
ret = ay_networking_section["keep_install_network"]
ret = ay_networking_section.fetch("keep_install_network", false)

log.info("NetworkAutoYast: keep installation network: #{ret}")

Expand Down

0 comments on commit 3fd8d18

Please sign in to comment.