Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Fix the VERR_FILE_NOT_FOUND error
Browse files Browse the repository at this point in the history
  • Loading branch information
VimukthiPerera authored and jsdjayanga committed Feb 7, 2019
1 parent 5312cfe commit c606a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apim-is-as-km-with-analytics/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Vagrant.configure(2) do |config|
vb.gui = false
vb.customize ['modifyvm', :id, '--memory', memory]
vb.customize ['modifyvm', :id, '--cpus', cpu]
vb.customize ['modifyvm', :id, '--uartmode1', 'disconnected']
end
if server['conf_dir']
server_config.vm.provision "file", source: FILES_PATH + server['conf_dir'], destination: DEFAULT_MOUNT + server['conf_dir']
Expand Down
1 change: 1 addition & 0 deletions apim-with-analytics/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Vagrant.configure(2) do |config|
vb.gui = false
vb.customize ['modifyvm', :id, '--memory', memory]
vb.customize ['modifyvm', :id, '--cpus', cpu]
vb.customize ['modifyvm', :id, '--uartmode1', 'disconnected']
end
if server['conf_dir']
server_config.vm.provision "file", source: FILES_PATH + server['conf_dir'], destination: DEFAULT_MOUNT + server['conf_dir']
Expand Down

0 comments on commit c606a8a

Please sign in to comment.