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