@@ -122,6 +122,7 @@ The following parameters are available in the `redis` class:
122
122
* [ ` manage_package ` ] ( #-redis--manage_package )
123
123
* [ ` managed_by_cluster_manager ` ] ( #-redis--managed_by_cluster_manager )
124
124
* [ ` masterauth ` ] ( #-redis--masterauth )
125
+ * [ ` masteruser ` ] ( #-redis--masteruser )
125
126
* [ ` maxclients ` ] ( #-redis--maxclients )
126
127
* [ ` maxmemory ` ] ( #-redis--maxmemory )
127
128
* [ ` maxmemory_policy ` ] ( #-redis--maxmemory_policy )
@@ -532,7 +533,15 @@ Default value: `false`
532
533
533
534
Data type: ` Optional[Variant[String[1], Sensitive[String[1]], Deferred]] `
534
535
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)
536
545
537
546
Default value: ` undef `
538
547
@@ -1953,6 +1962,7 @@ The following parameters are available in the `redis::instance` defined type:
1953
1962
* [ ` managed_by_cluster_manager ` ] ( #-redis--instance--managed_by_cluster_manager )
1954
1963
* [ ` manage_service_file ` ] ( #-redis--instance--manage_service_file )
1955
1964
* [ ` masterauth ` ] ( #-redis--instance--masterauth )
1965
+ * [ ` masteruser ` ] ( #-redis--instance--masteruser )
1956
1966
* [ ` maxclients ` ] ( #-redis--instance--maxclients )
1957
1967
* [ ` maxmemory ` ] ( #-redis--instance--maxmemory )
1958
1968
* [ ` maxmemory_policy ` ] ( #-redis--instance--maxmemory_policy )
@@ -2305,7 +2315,15 @@ Default value: `true`
2305
2315
2306
2316
Data type: ` Optional[Variant[String[1], Sensitive[String[1]], Deferred]] `
2307
2317
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)
2309
2327
2310
2328
Default value: ` $redis::masterauth `
2311
2329
0 commit comments