On Wed, Nov 20, 2013 at 11:01 AM, Roger Yu <[email protected]> wrote: > 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
Does a manifest exist which correctly assigns classes to the machine? Usually the "puppet.manifest_file" setting is used for this purpose, such as including other *.pp files which then assign like so: http://docs.puppetlabs.com/puppet/2.7/reference/lang_node_definitions.html, is one way to do it. -- 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/CAEUKkZ9v0cOoogUGNMuxS5BVTLXRgb2K-ZQfDfhhmsV2DKHSsA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
