9 lines
		
	
	
		
			147 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			147 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source 'https://supermarket.chef.io'
 | 
						|
 | 
						|
metadata
 | 
						|
 | 
						|
group :integration do
 | 
						|
  cookbook 'apt'
 | 
						|
  cookbook 'test', path: 'test/fixtures/cookbooks/test'
 | 
						|
end
 |