Re: [Puppet Users] Puppet Masterless on Windows

2013-11-20 Thread Roger Yu
yes i installed vagrant windows version and use vagrant provision command to trigger puppet provisioner and as I mentioned above, manifest file base-hadoop.pp works fine, just init.pp under modules folder was not called Rob Reynolds於 2013年11月19日星期二UTC-8上午9時08分24秒寫道: > > For vagrant, are you kic

Re: [Puppet Users] How come that module is not executed in Windows?

2013-11-20 Thread Roger Yu
r -zxf /tmp/hadoop.tar.gz -C /opt", path => $path, creates => "${hadoop_home}-1.0.3", require => Exec["download_hadoop"] } } Eugene Vilensky於 2013年11月20日星期三UTC-8上午9時31分30秒寫道: > > On Wed, Nov 20, 2013 at 11:01 AM, Roger Yu > > wrote: > > wh

[Puppet Users] How come that module is not executed in Windows?

2013-11-20 Thread Roger Yu
I have the following in vagrantfile in WIndows system. config.vm.provision :puppet do |puppet| puppet.manifests_path = "manifests" puppet.manifest_file = "base-hadoop.pp" puppet.module_path = "modules" end when i run vagrant provision, i do see manifest and module folders are