Merge pull request #23 from aboe76/opensuse_support
Added Opensuse support to map.jinja
This commit is contained in:
		
						commit
						d697cf0570
					
				| @ -17,11 +17,20 @@ | ||||
|         'banner': '/etc/ssh/banner', | ||||
|         'banner_src': 'salt://openssh/files/banner', | ||||
|     }, | ||||
| 	'FreeBSD': { | ||||
| 		'service': 'sshd', | ||||
| 		'sshd_config': '/etc/ssh/sshd_config', | ||||
| 		'sshd_config_src': 'salt://openssh/files/sshd_config', | ||||
| 		'banner': '/etc/ssh/banner', | ||||
| 		'banner_src': 'salt://openssh/files/banner', | ||||
| 	} | ||||
|     'Suse': { | ||||
|         'server': 'openssh', | ||||
|         'client': 'openssh', | ||||
|         'service': 'sshd', | ||||
|         'sshd_config': '/etc/ssh/sshd_config', | ||||
|         'sshd_config_src': 'salt://openssh/files/sshd_config', | ||||
|         'banner': '/etc/ssh/banner', | ||||
|         'banner_src': 'salt://openssh/files/banner', | ||||
|     },  | ||||
| 	  'FreeBSD': { | ||||
| 		    'service': 'sshd', | ||||
| 		    'sshd_config': '/etc/ssh/sshd_config', | ||||
| 		    'sshd_config_src': 'salt://openssh/files/sshd_config', | ||||
| 		    'banner': '/etc/ssh/banner', | ||||
| 		    'banner_src': 'salt://openssh/files/banner', | ||||
| 	  } | ||||
| }, merge=salt['pillar.get']('openssh:lookup')) %} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nitin Madhok
						Nitin Madhok