mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-10 17:00:30 +01:00
Add Apache Kafka (#20)
This commit is contained in:
9
net/kafka/Bastillefile
Normal file
9
net/kafka/Bastillefile
Normal file
@@ -0,0 +1,9 @@
|
||||
CMD /bin/sh -c "echo '127.0.0.1 $(hostname)' >> /etc/hosts"
|
||||
|
||||
PKG kafka zookeeper
|
||||
|
||||
SYSRC zookeeper_enable=YES
|
||||
SYSRC kafka_enable=YES
|
||||
|
||||
SERVICE zookeeper start
|
||||
SERVICE kafka start
|
||||
7
net/kafka/README.md
Normal file
7
net/kafka/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## kafka
|
||||
Bastille template to boostrap kafka
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
bastille template TARGET net/kafka
|
||||
```
|
||||
Reference in New Issue
Block a user