mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-11-28 01:18:12 +01:00
Update map.jinja
Correct indentation
This commit is contained in:
parent
d697cf0570
commit
9263857193
@ -26,11 +26,11 @@
|
|||||||
'banner': '/etc/ssh/banner',
|
'banner': '/etc/ssh/banner',
|
||||||
'banner_src': 'salt://openssh/files/banner',
|
'banner_src': 'salt://openssh/files/banner',
|
||||||
},
|
},
|
||||||
'FreeBSD': {
|
'FreeBSD': {
|
||||||
'service': 'sshd',
|
'service': 'sshd',
|
||||||
'sshd_config': '/etc/ssh/sshd_config',
|
'sshd_config': '/etc/ssh/sshd_config',
|
||||||
'sshd_config_src': 'salt://openssh/files/sshd_config',
|
'sshd_config_src': 'salt://openssh/files/sshd_config',
|
||||||
'banner': '/etc/ssh/banner',
|
'banner': '/etc/ssh/banner',
|
||||||
'banner_src': 'salt://openssh/files/banner',
|
'banner_src': 'salt://openssh/files/banner',
|
||||||
}
|
}
|
||||||
}, merge=salt['pillar.get']('openssh:lookup')) %}
|
}, merge=salt['pillar.get']('openssh:lookup')) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user