This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ Defaults to single contact point ```[ '127.0.0.1:9042' ]```
96
96
97
97
#### ` cassandra_data_centers `
98
98
99
- Used only when the replication strategy is set to
100
- ``` NetworkTopologyStrategy ``` .
99
+ Used only when the replication strategy is set to ``` NetworkTopologyStrategy ``` .
101
100
Variable type: Array
102
101
103
102
#### ` cassandra_keyspace `
@@ -119,8 +118,8 @@ Defaults to ```SimpleStrategy```
119
118
120
119
#### ` cassandra_ssl_certificate_authority `
121
120
122
- Absolute path to the trusted CA certificate in PEM format when
123
- ``` cassandra_ssl_verify ``` is set to ``` true ```
121
+ Absolute path to the trusted CA certificate in PEM format when ``` cassandra_ssl_verify ```
122
+ is set to ``` true ```
124
123
125
124
#### ` cassandra_ssl_enabled `
126
125
@@ -286,13 +285,13 @@ the https port
286
285
287
286
#### ` staging_dir `
288
287
289
- Directory where the downloaded packages are stored when
290
- ``` manage_package_fetch ``` is set to ``` true ```
288
+ Directory where the downloaded packages are stored when ``` manage_package_fetch ```
289
+ is set to ``` true ```
291
290
292
291
#### ` use_staging `
293
292
294
- Use the ``` puppet/staging ``` module for fetching the package rather than
295
- ``` puppet/archive ``` . Defaults to ``` false ```
293
+ Use the ``` puppet/staging ``` module for fetching the package rather than ``` puppet/archive ``` .
294
+ Defaults to ``` false ```
296
295
297
296
### ` version `
298
297
You can’t perform that action at this time.
0 commit comments