From 6ff6b5d6a29e0bf53bc023419f5a46e851a2486c Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Tue, 7 May 2019 11:55:15 -0400 Subject: [PATCH] More mucking around with provisioning script... --- provision-host.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/provision-host.sh b/provision-host.sh index 4347ca6..cf28fb3 100755 --- a/provision-host.sh +++ b/provision-host.sh @@ -21,7 +21,9 @@ curl -L $DOCKER_COMPOSE_URL/docker-compose-$(uname -s)-$(uname -m) -o /usr/local chmod 755 /usr/local/bin/docker-compose # If we want vagrant to work -# dnf -y install libvirt-devel libvirt-glib-devel gcc +# dnf -y install @vagrant +# systemctl enable libvirt +# systemctl start libvirt # Security sed -i 's/^.*PubkeyAuthentication.*$/PubkeyAuthentication yes/' /etc/ssh/sshd_config