We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4283a05 commit aa07345Copy full SHA for aa07345
templates/disable_net_protocols.erb
@@ -2,6 +2,6 @@
2
# Puppet os_hardening:
3
4
<% @disable_network_protocol.each do |protocol| -%>
5
-install <%= fs %> /bin/true
+install <%= protocol %> /bin/true
6
<% end -%>
7
0 commit comments