Skip to content

Commit

Permalink
fix: remove provisional vnic after provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Dec 14, 2023
1 parent 298c7e1 commit 260102c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vagrant-zones/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def self.action_up
b2.use WaitTillBoot
b2.use Setup
b2.use WaitTillUp
b2.use NetworkingCleanup
b2.use Provision
b2.use NetworkingCleanup
b2.use SetHostname
b2.use SyncedFolders
b2.use SyncedFolderCleanup
Expand Down
2 changes: 1 addition & 1 deletion locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ en:
nat_vnic_setup: |-
- Setting up NAT VNIC:
vnic_conf_del: |-
- Deleting zonecg for provisional VNIC:
- Removing the provisional vnic from the zones configuration:
forwarding_nat: |-
- Enabling NAT forwarding:
configuring_nat: |-
Expand Down

0 comments on commit 260102c

Please sign in to comment.