We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de5a86 commit 89dfe22Copy full SHA for 89dfe22
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