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 6c30ad0 commit 58cbb66Copy full SHA for 58cbb66
spec/fixtures/testing/freebsd.txt
@@ -7,4 +7,4 @@ networks: files
7
protocols: files
8
rpc: files
9
services: compat
10
-shells: files
+shells: files
templates/nsswitch.conf.epp
@@ -52,5 +52,5 @@ automount: <%= [*$::nsswitch::automount].join(" ") %>
52
aliases: <%= [*$::nsswitch::aliases].join(" ") %>
53
<% } -%>
54
<% if !$::nsswitch::shells.empty() { -%>
55
-shells: <%= [*$::nsswitch::shells].join(" ") %>
+shells: <%= [*$::nsswitch::shells].join(" ") %>
56
0 commit comments