@@ -122,6 +122,7 @@ The following parameters are available in the `redis` class:
122122* [ ` manage_package ` ] ( #-redis--manage_package )
123123* [ ` managed_by_cluster_manager ` ] ( #-redis--managed_by_cluster_manager )
124124* [ ` masterauth ` ] ( #-redis--masterauth )
125+ * [ ` masteruser ` ] ( #-redis--masteruser )
125126* [ ` maxclients ` ] ( #-redis--maxclients )
126127* [ ` maxmemory ` ] ( #-redis--maxmemory )
127128* [ ` maxmemory_policy ` ] ( #-redis--maxmemory_policy )
@@ -532,7 +533,15 @@ Default value: `false`
532533
533534Data type: ` Optional[Variant[String[1], Sensitive[String[1]], Deferred]] `
534535
535- If the master is password protected (using the "requirepass" configuration
536+ If the master is password protected (using the "requirepass" configuration)
537+
538+ Default value: ` undef `
539+
540+ ##### <a name =" -redis--masteruser " ></a >` masteruser `
541+
542+ Data type: ` Optional[Variant[String[1], Sensitive[String[1]], Deferred]] `
543+
544+ If the master is password protected and a user is defined (using the "user" configuration)
536545
537546Default value: ` undef `
538547
@@ -1953,6 +1962,7 @@ The following parameters are available in the `redis::instance` defined type:
19531962* [ ` managed_by_cluster_manager ` ] ( #-redis--instance--managed_by_cluster_manager )
19541963* [ ` manage_service_file ` ] ( #-redis--instance--manage_service_file )
19551964* [ ` masterauth ` ] ( #-redis--instance--masterauth )
1965+ * [ ` masteruser ` ] ( #-redis--instance--masteruser )
19561966* [ ` maxclients ` ] ( #-redis--instance--maxclients )
19571967* [ ` maxmemory ` ] ( #-redis--instance--maxmemory )
19581968* [ ` maxmemory_policy ` ] ( #-redis--instance--maxmemory_policy )
@@ -2305,7 +2315,15 @@ Default value: `true`
23052315
23062316Data type: ` Optional[Variant[String[1], Sensitive[String[1]], Deferred]] `
23072317
2308- If the master is password protected (using the "requirepass" configuration
2318+ If the master is password protected (using the "requirepass" configuration)
2319+
2320+ Default value: ` $redis::masterauth `
2321+
2322+ ##### <a name =" -redis--instance--masteruser " ></a >` masteruser `
2323+
2324+ Data type: ` Optional[Variant[String[1], Sensitive[String[1]], Deferred]] `
2325+
2326+ If the master is password protected and a user is defined (using the "user" configuration)
23092327
23102328Default value: ` $redis::masterauth `
23112329
0 commit comments