From 06539bba8b8e61a0270110b4e378abd1bc0d535f Mon Sep 17 00:00:00 2001 From: BJ Dweck Date: Tue, 6 Oct 2020 14:29:52 +0200 Subject: [PATCH] Dir rename --- example/Vagrantfile | 2 +- example/{vagrant-config => agent-config}/ca.crt | 0 example/{vagrant-config => agent-config}/torch.conf | 0 example/{vagrant-config => agent-config}/vagrant.crt | 0 example/{vagrant-config => agent-config}/vagrant.key | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename example/{vagrant-config => agent-config}/ca.crt (100%) rename example/{vagrant-config => agent-config}/torch.conf (100%) rename example/{vagrant-config => agent-config}/vagrant.crt (100%) rename example/{vagrant-config => agent-config}/vagrant.key (100%) diff --git a/example/Vagrantfile b/example/Vagrantfile index b20553b..dad908b 100644 --- a/example/Vagrantfile +++ b/example/Vagrantfile @@ -69,7 +69,7 @@ Vagrant.configure("2") do |config| config.vm.provision "file", source: "../torch.service", destination: "~/torch/" config.vm.provision "file", source: "../install-ubuntu2004.sh", destination: "~/torch/" - config.vm.provision "file", source: "vagrant-config", destination: "~/torch-conf" + config.vm.provision "file", source: "agent-config", destination: "~/torch-conf" config.vm.provision "shell", inline: <<-SHELL diff --git a/example/vagrant-config/ca.crt b/example/agent-config/ca.crt similarity index 100% rename from example/vagrant-config/ca.crt rename to example/agent-config/ca.crt diff --git a/example/vagrant-config/torch.conf b/example/agent-config/torch.conf similarity index 100% rename from example/vagrant-config/torch.conf rename to example/agent-config/torch.conf diff --git a/example/vagrant-config/vagrant.crt b/example/agent-config/vagrant.crt similarity index 100% rename from example/vagrant-config/vagrant.crt rename to example/agent-config/vagrant.crt diff --git a/example/vagrant-config/vagrant.key b/example/agent-config/vagrant.key similarity index 100% rename from example/vagrant-config/vagrant.key rename to example/agent-config/vagrant.key