Skip to content

Commit

Permalink
Correct wrong documentation of nfs::server::export::clients
Browse files Browse the repository at this point in the history
Removing 'or Array' as it can be confusing for users
  • Loading branch information
Safranil authored Dec 5, 2024
1 parent 8f67adc commit 60efaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ The following parameters are available in the `nfs::server::export` defined type

Data type: `String[1]`

String or Array. Sets the allowed clients and options for the export in the exports file.
String. Sets the allowed clients and options for the export in the exports file.
Defaults to <tt>localhost(ro)</tt>

Default value: `'localhost(ro)'`
Expand Down
2 changes: 1 addition & 1 deletion manifests/server/export.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Parameters
#
# @param clients
# String or Array. Sets the allowed clients and options for the export in the exports file.
# String. Sets the allowed clients and options for the export in the exports file.
# Defaults to <tt>localhost(ro)</tt>
#
# @param bind
Expand Down

0 comments on commit 60efaa9

Please sign in to comment.