We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a593e90 commit 0e28513Copy full SHA for 0e28513
1 file changed
modules/akvorado/manifests/init.pp
@@ -77,6 +77,11 @@
77
match => 'log.dirs=/tmp/kafka-logs',
78
notify => Service['kafka'],
79
}
80
+ -> exec { 'format-kafka-storage':
81
+ command => '/var/lib/kafka/bin/kafka-storage.sh format -t $(/var/lib/kafka/bin/kafka-storage.sh random-uuid) -c /var/lib/kafka/config/server.properties --standalone',
82
+ refreshonly => true,
83
+ user => 'kafka',
84
+ }
85
service { 'kafka':
86
ensure => running,
87
enable => true,
0 commit comments