Skip to content

Commit 7766816

Browse files
authored
Merge pull request #406 from bovy89/master
fix systemd unit Invalid URL (Documentation)
2 parents 474adf5 + a9de676 commit 7766816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/broker/service.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
$unit_entry = {
6363
'Description' => 'Apache Kafka server (broker)',
64-
'Documentation' => 'Documentation=http://kafka.apache.org/documentation.html',
64+
'Documentation' => 'http://kafka.apache.org/documentation.html',
6565
'After' => $service_requires.empty ? {
6666
true => undef,
6767
default => $service_requires,

0 commit comments

Comments
 (0)