Initial commit of local code
This commit is contained in:
		
							
								
								
									
										8
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
Vagrant.configure("2") do |config|
 | 
			
		||||
  config.vm.define "node01" do |node|
 | 
			
		||||
    node.vm.box = "bento/ubuntu-22.04"
 | 
			
		||||
    node.vm.provider "parallels" do |prl|
 | 
			
		||||
      prl.name = "node01"
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
		Reference in New Issue
	
	Block a user