This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
openssh-formula
mirror of
https://github.com/saltstack-formulas/openssh-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
27
Wiki
Activity
Browse Source
defaults do not need a prefix
tags/v0.41.0
Robert Fairburn
10 years ago
parent
85c97b450a
commit
1a2de43ed7
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
+0
-1
openssh/files/sshd_config
+ 0
- 1
openssh/files/sshd_config
View File
@@ -29,7 +29,6 @@
{%- endif -%}
{#- add prefix to keyword and/or default -#}
{%- set keyword = prefix ~ keyword -%}
{%- set default = prefix ~ default -%}
{{ render_option(keyword, default) }}
{%- endmacro -%}
Write
Preview
Loading…
Cancel
Save