Skip to content

Commit

Permalink
Remove legacy top-scope syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Nov 23, 2023
1 parent 5147e8d commit 875adf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Configures `/etc/nscd.conf` and controls nscd service.

Including the class should configure nscd with default OS configuration.
```puppet
include ::nscd
include nscd
```

A full set of configurations that can be set.
Expand Down
2 changes: 1 addition & 1 deletion templates/nscd.conf.epp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stat-user <%= $nscd::stat_user %>
debug-level <%= $nscd::debug_level %>
reload-count <%= $nscd::reload_count %>
<%- if $nscd::restart_interval { -%>
restart-interval <%= $::nscd::restart_interval %>
restart-interval <%= $nscd::restart_interval %>
<%- } -%>
<%- if $nscd::paranoia { -%>
paranoia yes
Expand Down

0 comments on commit 875adf9

Please sign in to comment.