Modifying OpenSSH formula service name on RedHat since it is called 'sshd', not 'ssh'
This commit is contained in:
		
							parent
							
								
									92ac8a32aa
								
							
						
					
					
						commit
						d35929876f
					
				| @ -6,7 +6,11 @@ openssh: | ||||
|     {% endif %} | ||||
|   service.running: | ||||
|     - enable: True | ||||
|     {% if grains['os_family'] == 'RedHat' %} | ||||
|     - name: sshd | ||||
|     {% else %} | ||||
|     - name: ssh | ||||
|     {% endif %} | ||||
|     - require: | ||||
|       - pkg: openssh | ||||
|       - file: sshd_banner | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Mark Eggert
						Mark Eggert