aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2016-11-17 16:40:35 +0900
committerEvans Ye <evansye@apache.org>2016-11-28 23:34:38 +0800
commit7f01dd1da23ad3635c19fe18873023be60016f2e (patch)
treeb60f4a241f084b0088e1456e98acbab37fbc99b8 /bigtop-deploy
parente486e001a24889cc0e3bdbd71714c70b7fd1408c (diff)
BIGTOP-2587: vagrant-puppet-vm fails with "Could not find class node_with_components"
Signed-off-by: Evans Ye <evansye@apache.org>
Diffstat (limited to 'bigtop-deploy')
-rwxr-xr-xbigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile b/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile
index b4017d0e..df36db2f 100755
--- a/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile
+++ b/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile
@@ -139,8 +139,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
bigtop.vm.provision :puppet do |puppet|
puppet.module_path = "../../puppet/modules/"
puppet.manifests_path = "../../puppet/manifests/"
- puppet.manifest_file = "site.pp"
- puppet.options = "--debug"
+ puppet.manifest_file = "."
+ puppet.options = "--parser future"
end
if run_smoke_tests then