Skip to content

Commit 7de5a86

Browse files
author
Brent Clark
committed
Added template
Signed-off-by: Brent Clark <brent.clark@xneelo.com>
1 parent 1d35936 commit 7de5a86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/disable_net_protocols.erb

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)