Skip to content

Commit 05bd300

Browse files
committed
readd doctags
1 parent ed9f96f commit 05bd300

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

manifests/broker/config.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
$config_notify = undef
2525
}
2626

27+
$doctag = 'brokerconfigs'
2728
file { "${config_dir}/server.properties":
2829
ensure => file,
2930
owner => $user_name,

manifests/consumer/config.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
$config_notify = undef
2121
}
2222

23+
$doctag = 'consumerconfigs'
2324
file { "${config_dir}/consumer.properties":
2425
ensure => file,
2526
owner => $user_name,

manifests/producer/config.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
$config_notify = undef
1818
}
1919

20+
$doctag = 'producerconfigs'
2021
file { "${config_dir}/producer.properties":
2122
ensure => file,
2223
owner => $user_name,

0 commit comments

Comments
 (0)