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.
1 parent 9527194 commit 4283a05Copy full SHA for 4283a05
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