Commit 9640afa78a133dd6b35452f036b489fbf07152cd
1 parent
ca129ce1
Exists in
master
and in
13 other branches
Using vagrant keys for colab user (vagrant only)
Showing
2 changed files
with
7 additions
and
0 deletions
Show diff stats
Vagrantfile
| @@ -81,4 +81,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | @@ -81,4 +81,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | ||
| 81 | puppet.manifests_path = "puppet/manifests" | 81 | puppet.manifests_path = "puppet/manifests" |
| 82 | puppet.manifest_file = "init.pp" | 82 | puppet.manifest_file = "init.pp" |
| 83 | end | 83 | end |
| 84 | + | ||
| 85 | + config.vm.provision :shell, :path => "puppet/colab-key.sh" | ||
| 84 | end | 86 | end |