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 c8d5ef6 commit 50d66f5Copy full SHA for 50d66f5
manifests/broker/config.pp
@@ -24,7 +24,6 @@
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,7 +20,6 @@
20
21
22
23
- $doctag = 'consumerconfigs'
file { "${config_dir}/consumer.properties":
manifests/producer/config.pp
@@ -17,7 +17,6 @@
17
18
19
- $doctag = 'producerconfigs'
file { "${config_dir}/producer.properties":
0 commit comments