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