Skip to content

Commit

Permalink
fix: remove junk
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Dec 12, 2023
1 parent 14fcb6e commit 42b68d6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,6 @@ def zonenicnatsetup_netplan(uii, opts, mac)
netplan = netplan1 + netplan2 + netplan3 + netplan4
cmd = "echo -e '#{netplan}' | sudo tee /etc/netplan/#{vnic_name}.yaml"
uii.info(I18n.t('vagrant_zones.netplan_applied_static') + "/etc/netplan/#{vnic_name}.yaml") if ssh_run_command(uii, cmd)


routes:
- to: default
via: {{ networks[0].gateway }}


## Apply the Configuration
uii.info(I18n.t('vagrant_zones.netplan_applied')) if ssh_run_command(uii, 'sudo netplan apply')
## End of code block to move to Netplan function
Expand Down

0 comments on commit 42b68d6

Please sign in to comment.