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
mounted and ssh into vm, I can find files in the following path
[default] -- /tmp/vagrant-puppet/manifests
[default] -- /tmp/vagrant-puppet/modules-0
I do see base-hadoop.pp is executed and things are installed. But init.pp
under module folder is not executed
my file structure in windows is
%HOME_PATH%\hadoop\ (under this i have vagrant file)
\manifests (under this I have
base_hadoop.pp)
\modules
\hadoop
\manifests
(under this i have a init.pp)
any idea?
Thanks
Roger
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/5c5553f3-7a9a-474a-a13d-e80e68d2c905%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.