Update map.jinja

Correct indentation
This commit is contained in:
Nitin Madhok 2014-12-08 15:43:40 -05:00
parent d697cf0570
commit 9263857193
1 changed files with 7 additions and 7 deletions

View File

@ -26,11 +26,11 @@
'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',
}
'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')) %}