mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge pull request #93 from amendlik/freebsd11-printlastlog
PrintLastLog missing in FreeBSD 11.0
This commit is contained in:
commit
0913827c82
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
|||
{{ option_default_uncommented('X11DisplayOffset', '10') }}
|
||||
{{ option_default_uncommented('PrintMotd', 'no') }}
|
||||
{# Bug in FreeBSD 10.3 (?) See https://lists.freebsd.org/pipermail/freebsd-stable/2016-April/084501.html #}
|
||||
{% if not (salt['grains.get']('os') == 'FreeBSD' and salt['grains.get']('osrelease') == '10.3') -%}
|
||||
{% if not (salt['grains.get']('os') == 'FreeBSD' and salt['grains.get']('osrelease')|float >= 10.3) -%}
|
||||
{{ option_default_uncommented('PrintLastLog', 'yes') }}
|
||||
{% endif -%}
|
||||
{{ option_default_uncommented('TCPKeepAlive', 'yes') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue