We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b45dca7 + 7bd7d39 commit f85532fCopy full SHA for f85532f
templates/module.erb
@@ -45,9 +45,6 @@ hosts allow = <%= Array(@hosts_allow).join(' ')%>
45
<% if @hosts_deny -%>
46
hosts deny = <%= Array(@hosts_deny).join(' ')%>
47
<% end -%>
48
-<% if @exclude -%>
49
-exclude = <%= Array(@exclude).join(' ')%>
50
-<% end -%>
51
<% if @transfer_logging -%>
52
transfer logging = <%= @transfer_logging %>
53
0 commit comments