Removing crypto pip dependency for complete RedHat family
This commit is contained in:
		
							parent
							
								
									0f5f976433
								
							
						
					
					
						commit
						570b45a9ef
					
				| @ -10,7 +10,7 @@ pycrypto: | ||||
|     - require: | ||||
|       - pkg: python-pip | ||||
| 
 | ||||
| {% if grains['os_family'] != 'Debian' %} | ||||
| {% if grains['os_family'] not in ['Debian', 'RedHat'] %} | ||||
| crypto: | ||||
|   pip.installed: | ||||
|     - require: | ||||
| @ -28,7 +28,7 @@ salt-cloud: | ||||
|     - require: | ||||
|       - pip: apache-libcloud | ||||
|       - pip: pycrypto | ||||
|       {% if grains['os_family'] != 'Debian' %} | ||||
|       {% if grains['os_family'] not in ['Debian', 'RedHat'] %} | ||||
|       - pip: crypto | ||||
|       {% endif %} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nitin Madhok
						Nitin Madhok