Remove PE requirement from metadata.json
The PE requirement in metadata.json is not supported anymore and puppet-lint will throw: The 'pe' requirement is no longer supported by the Forge. Change-Id: I1c9f7b5d3a8cb7c501c4df5f02a9b4b0866c2826 (cherry picked from commita17cd05b84) (cherry picked from commit7ca06349c2)
This commit is contained in:
		
				
					committed by
					
						
						Takashi Kajinami
					
				
			
			
				
	
			
			
			
						parent
						
							85fb19c014
						
					
				
				
					commit
					56292df6d4
				
			@@ -54,10 +54,6 @@
 | 
			
		||||
    ],
 | 
			
		||||
    "project_page": "https://launchpad.net/puppet-cloudkitty",
 | 
			
		||||
    "requirements": [
 | 
			
		||||
        {
 | 
			
		||||
            "name": "pe",
 | 
			
		||||
            "version_requirement": "4.x"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "puppet",
 | 
			
		||||
            "version_requirement": "4.x"
 | 
			
		||||
@@ -66,4 +62,4 @@
 | 
			
		||||
    "source": "git://github.com/openstack/puppet-cloudkitty.git",
 | 
			
		||||
    "summary": "Puppet module for OpenStack cloudkitty",
 | 
			
		||||
    "version": "1.0.0"
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user