openssh-formula/openssh/files/default
Daniel Dehennin b2d38aec9b fix(jinja): omit_ip_address don't work on some platform
It apprears that the

  `if not (omit_ip_address is sameas true or host in omit_ip_address)`

always returns `True` on older Jinja platforms:

- default-ubuntu-1604-3000-3-py2
- default-ubuntu-1604-2019-2-py3
- default-amazonlinux-1-2019-2-py2

Each part of the `or` conditional need to be surrounded by parenthesis.
2020-07-30 12:25:34 +02:00
..
banner feat(TOFS): ssh sshd configs known_host and banner 2019-07-01 14:46:46 +11:00
fire_banner feat(TOFS): ssh sshd configs known_host and banner 2019-07-01 14:46:46 +11:00
ssh_config feat(templates): don't get openssh pillars in templates 2020-07-17 10:48:32 +02:00
ssh_known_hosts fix(jinja): omit_ip_address don't work on some platform 2020-07-30 12:25:34 +02:00
sshd_config feat(templates): don't get openssh pillars in templates 2020-07-17 10:48:32 +02:00