Skip to content

Commit 50d66f5

Browse files
committed
remove unused doctag variables
1 parent c8d5ef6 commit 50d66f5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

manifests/broker/config.pp

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

27-
$doctag = 'brokerconfigs'
2827
file { "${config_dir}/server.properties":
2928
ensure => file,
3029
owner => $user_name,

manifests/consumer/config.pp

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

23-
$doctag = 'consumerconfigs'
2423
file { "${config_dir}/consumer.properties":
2524
ensure => file,
2625
owner => $user_name,

manifests/producer/config.pp

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

20-
$doctag = 'producerconfigs'
2120
file { "${config_dir}/producer.properties":
2221
ensure => file,
2322
owner => $user_name,

0 commit comments

Comments
 (0)