Skip to content

Commit

Permalink
Update REFERENCE.md (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwizzyDizzy authored and rwaffen committed Feb 16, 2024
1 parent 0e65309 commit 54cb9b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1375,10 +1375,10 @@ Default value: `undef`

Data type: `Array[String[1]]`

This is a way to pass raw ACLs to Redis. Must be in the form of
This is a way to pass an array of raw ACLs to Redis. The ACLs must be
in the form of:

user USERNAME1 [additional ACL options]
user USERNAME2 [additional ACL options]
user USERNAME [additional ACL options]

Default value: `[]`

Expand Down
7 changes: 4 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,11 @@
# Manage the DNF module and set the version. This only makes sense on distributions
# that use DNF package manager, such as EL8 or Fedora.
# @param acls
# This is a way to pass raw ACLs to Redis. Must be in the form of
# This is a way to pass an array of raw ACLs to Redis. The ACLs must be
# in the form of:
#
# user USERNAME [additional ACL options]
#
# user USERNAME1 [additional ACL options]
# user USERNAME2 [additional ACL options]
# @param manage_service_file
# Determine if the systemd service file should be managed
#
Expand Down

0 comments on commit 54cb9b7

Please sign in to comment.