Skip to content

Commit 58cbb66

Browse files
author
Phil Friderici
committed
Fix template; add missing space at shells
1 parent 6c30ad0 commit 58cbb66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/fixtures/testing/freebsd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ networks: files
77
protocols: files
88
rpc: files
99
services: compat
10-
shells: files
10+
shells: files

templates/nsswitch.conf.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ automount: <%= [*$::nsswitch::automount].join(" ") %>
5252
aliases: <%= [*$::nsswitch::aliases].join(" ") %>
5353
<% } -%>
5454
<% if !$::nsswitch::shells.empty() { -%>
55-
shells: <%= [*$::nsswitch::shells].join(" ") %>
55+
shells: <%= [*$::nsswitch::shells].join(" ") %>
5656
<% } -%>

0 commit comments

Comments
 (0)