Repository: bigtop Updated Branches: refs/heads/master e486e001a -> 7f01dd1da
BIGTOP-2587: vagrant-puppet-vm fails with "Could not find class node_with_components" Signed-off-by: Evans Ye <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/7f01dd1d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/7f01dd1d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/7f01dd1d Branch: refs/heads/master Commit: 7f01dd1da23ad3635c19fe18873023be60016f2e Parents: e486e00 Author: Kengo Seki <[email protected]> Authored: Thu Nov 17 16:40:35 2016 +0900 Committer: Evans Ye <[email protected]> Committed: Mon Nov 28 23:34:38 2016 +0800 ---------------------------------------------------------------------- bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/7f01dd1d/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile b/bigtop-deploy/vm/vagrant-puppet-vm/Vagrantfile index b4017d0..df36db2 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
