9 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | # -*- mode: ruby; -*- | ||
|  | 
 | ||
|  | Vagrant.configure("2") do |config| | ||
|  | 
 | ||
|  |   # target machine runs Debian 10 "buster" | ||
|  |   config.vm.box = "debian/buster64" | ||
|  | 
 | ||
|  | end |