Compare commits
	
		
			1 Commits
		
	
	
		
			d05c5d3086
			...
			vagrantfil
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a97eb30314 | 
							
								
								
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							@@ -16,7 +16,7 @@ SSH_FORWARD  = settings['SSH_FORWARD']  || false
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Default to shell environment variable: PLAYBOOK (priority #1)
 | 
					# Default to shell environment variable: PLAYBOOK (priority #1)
 | 
				
			||||||
PLAYBOOK=ENV["PLAYBOOK"]
 | 
					PLAYBOOK=ENV["PLAYBOOK"]
 | 
				
			||||||
if !PLAYBOOK
 | 
					if !PLAYBOOK || PLAYBOOK.empty?
 | 
				
			||||||
  # PLAYBOOK setting in .vagrant.yml (priority #2)
 | 
					  # PLAYBOOK setting in .vagrant.yml (priority #2)
 | 
				
			||||||
  PLAYBOOK = settings['PLAYBOOK'] || false
 | 
					  PLAYBOOK = settings['PLAYBOOK'] || false
 | 
				
			||||||
  if !PLAYBOOK || PLAYBOOK.empty?
 | 
					  if !PLAYBOOK || PLAYBOOK.empty?
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user