mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			430 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			430 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| name             "xfs"
 | |
| maintainer       "Opscode, Inc."
 | |
| maintainer_email "cookbooks@opscode.com"
 | |
| license          "Apache 2.0"
 | |
| description      "Installs packages for working with XFS"
 | |
| long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
 | |
| version          "1.1.0"
 | |
| 
 | |
| recipe "xfs", "Installs packages for working with XFS"
 | |
| 
 | |
| %w{ amazon debian ubuntu redhat centos scientific fedora }.each do |os|
 | |
|   supports os
 | |
| end
 |