mirror of
https://github.com/krislamo/graylog_demo
synced 2025-09-07 19:09:30 +00:00
Install vim and rsyslog on host VM
This commit is contained in:
8
Vagrantfile
vendored
8
Vagrantfile
vendored
@@ -24,6 +24,14 @@ Vagrant.configure("2") do |config|
|
||||
systemctl -q enable docker
|
||||
usermod -aG docker vagrant
|
||||
|
||||
# Convenience
|
||||
yum install -y vim
|
||||
|
||||
# Install rsyslog
|
||||
yum install -y rsyslog
|
||||
systemctl start rsyslog
|
||||
systemctl -q enable rsyslog
|
||||
|
||||
SHELL
|
||||
|
||||
# Install newest docker-compose
|
||||
|
Reference in New Issue
Block a user