We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9f96f commit 05bd300Copy full SHA for 05bd300
manifests/broker/config.pp
@@ -24,6 +24,7 @@
24
$config_notify = undef
25
}
26
27
+ $doctag = 'brokerconfigs'
28
file { "${config_dir}/server.properties":
29
ensure => file,
30
owner => $user_name,
manifests/consumer/config.pp
@@ -20,6 +20,7 @@
20
21
22
23
+ $doctag = 'consumerconfigs'
file { "${config_dir}/consumer.properties":
manifests/producer/config.pp
@@ -17,6 +17,7 @@
17
18
19
+ $doctag = 'producerconfigs'
file { "${config_dir}/producer.properties":
0 commit comments