plugins/guests/debian/cap/configure_networks.rb in vagrant-unbundled-2.0.3.0 vs plugins/guests/debian/cap/configure_networks.rb in vagrant-unbundled-2.0.4.0

- old
+ new

@@ -59,10 +59,10 @@ end np_config = {"network" => {"version" => NETPLAN_DEFAULT_VERSION, "renderer" => NETPLAN_DEFAULT_RENDERER, "ethernets" => ethernets}} remote_path = upload_tmp_file(comm, np_config.to_yaml) - dest_path = "#{NETPLAN_DIRECTORY}/99-vagrant.yaml" + dest_path = "#{NETPLAN_DIRECTORY}/50-vagrant.yaml" comm.sudo(["mv -f '#{remote_path}' '#{dest_path}'", "chown root:root '#{dest_path}'", "chmod 0644 '#{dest_path}'", "netplan apply"].join("\n")) end