Minor fixes (#339)

* script

* deploy csr script

* source csr script
This commit is contained in:
Alistair Mackay
2024-03-19 07:27:14 +00:00
committed by GitHub
parent 7f5a15ed8a
commit f7fef4dfdd
4 changed files with 7 additions and 2 deletions

1
vagrant/Vagrantfile vendored
View File

@@ -106,6 +106,7 @@ Vagrant.configure("2") do |config|
# Install (opinionated) configs for vim and tmux on controlplane01. These used by the author for CKA exam.
node.vm.provision "file", source: "./ubuntu/tmux.conf", destination: "$HOME/.tmux.conf"
node.vm.provision "file", source: "./ubuntu/vimrc", destination: "$HOME/.vimrc"
node.vm.provision "file", source: "../tools/approve-csr.sh", destination: "$HOME/approve-csr.sh"
end
end
end