Merge pull request #164 from saltstack-formulas/susefix
Fix for OpenSuse leap, salt 2016.3.4-84.13
This commit is contained in:
		
						commit
						ec561b2839
					
				@ -81,7 +81,7 @@ nginx_phusionpassenger_repo:
 | 
			
		||||
      - pkg: nginx_install
 | 
			
		||||
{% endif %}
 | 
			
		||||
 | 
			
		||||
{% if salt['grains.get']('os_family') == 'Suse' %}
 | 
			
		||||
{% if salt['grains.get']('os_family') == 'Suse' or salt['grains.get']('os') == 'SUSE' %}
 | 
			
		||||
nginx_zypp_repo:
 | 
			
		||||
  pkgrepo:
 | 
			
		||||
    {%- if from_official %}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user