Skip to content

Commit 89dfe22

Browse files
author
Brent Clark
committed
Fix fs to typo
Signed-off-by: Brent Clark <brent.clark@xneelo.com>
1 parent 7de5a86 commit 89dfe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/disable_net_protocols.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Puppet os_hardening:
33

44
<% @disable_network_protocol.each do |protocol| -%>
5-
install <%= fs %> /bin/true
5+
install <%= protocol %> /bin/true
66
<% end -%>
77

0 commit comments

Comments
 (0)