Proper number of arguments for Puppet provisioner
This commit is contained in:
parent
0d2cf4bbe7
commit
b66755cf26
|
@ -46,7 +46,7 @@ module Vagrant
|
|||
end
|
||||
end
|
||||
|
||||
def validate(errors)
|
||||
def validate(env, errors)
|
||||
super
|
||||
|
||||
# Manifests path/file validation
|
||||
|
|
Loading…
Reference in New Issue