mirror of
				https://github.com/saltstack-formulas/users-formula.git
				synced 2025-11-04 06:03:38 +01:00 
			
		
		
		
	Clean up logic check to remove redundant check.
This commit is contained in:
		
							parent
							
								
									518b06281a
								
							
						
					
					
						commit
						7aa32881b7
					
				@ -22,7 +22,7 @@
 | 
			
		||||
{% endfor %}
 | 
			
		||||
 | 
			
		||||
{{ name }}_user:
 | 
			
		||||
  {% if user.get('createhome', True) != False %}
 | 
			
		||||
  {% if user.get('createhome', True) %}
 | 
			
		||||
  file.directory:
 | 
			
		||||
    - name: {{ home }}
 | 
			
		||||
    - user: {{ name }}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user