From 71d1d8aac36ca6d5ce7b9f6b86a9891b45d3757c Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Wed, 11 Feb 2015 10:39:53 +0100 Subject: (Re-)added auto setup of vagrant ssh. - Issues #282, #252 --- Vagrantfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index da02c8bf..024a3517 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -55,6 +55,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.define "hackday", autostart: false do |hackday| config.vm.box = "hackday-pixelated-user-agent" + hackday.vm.provision "puppet" do |puppet| + puppet.manifests_path = "provisioning/manifests" + puppet.module_path = "provisioning/modules" + puppet.manifest_file = "hackday.pp" + end end if /mswin|mingw/ =~ RUBY_PLATFORM -- cgit v1.2.3