From b66755cf26fac357a496fd98d82f87a17c547ca7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 31 Dec 2011 04:21:17 +0900 Subject: [PATCH] Proper number of arguments for Puppet provisioner --- lib/vagrant/provisioners/puppet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/provisioners/puppet.rb b/lib/vagrant/provisioners/puppet.rb index afb29fb87..109a60eaf 100644 --- a/lib/vagrant/provisioners/puppet.rb +++ b/lib/vagrant/provisioners/puppet.rb @@ -46,7 +46,7 @@ module Vagrant end end - def validate(errors) + def validate(env, errors) super # Manifests path/file validation