1
0
mirror of https://github.com/krislamo/graylog_demo synced 2024-09-19 21:50:36 +00:00

Install vim and rsyslog on host VM

This commit is contained in:
Kris Lamoureux 2020-01-22 16:14:43 -05:00
parent b0da5699f5
commit ea1931ca0a
Signed by: kris
GPG Key ID: A30022791E1719A4

8
Vagrantfile vendored
View File

@ -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