Hi, I have a manifest which, on the puppet master, lives in /etc/puppet/modules/somename/manifests/init.pp On nodes which the puppet master has, I don''t see a similar directory. What is the way to apply the above manifest on the agent? Stuart -- 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 puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/85669634-35a1-41b8-b7b3-e8a435d10f23%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
"somename" would be the name of the class defined by the module. To apply it to a node, you would include the class in the node''s manifest. Reference: http://docs.puppetlabs.com/puppet/3/reference/lang_node_definitions.html “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) ----- Original Message ----- From: "Stuart Cracraft" <smcracraft@gmail.com> To: puppet-users@googlegroups.com Sent: Monday, November 25, 2013 2:22:53 PM Subject: [Puppet Users] Applying a manifest on a remote node Hi, I have a manifest which, on the puppet master, lives in /etc/puppet/modules/somename/manifests/init.pp On nodes which the puppet master has, I don''t see a similar directory. What is the way to apply the above manifest on the agent? Stuart -- 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 puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/85669634-35a1-41b8-b7b3-e8a435d10f23%40googlegroups.com . For more options, visit https://groups.google.com/groups/opt_out . -- 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 puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/676796382.4732467.1385407711165.JavaMail.root%40sz0126a.westchester.pa.mail.comcast.net. For more options, visit https://groups.google.com/groups/opt_out.
Rahul Khengare
2013-Nov-26 05:41 UTC
[Puppet Users] Re: Applying a manifest on a remote node
Hi Stuart,> I have a manifest which, on the puppet master, lives in > /etc/puppet/modules/somename/manifests/init.pp > > On nodes which the puppet master has, I don''t see a similar directory. > >Puppet manifests are present only on puppet master> What is the way to apply the above manifest on the agent? >you can use/ include module in puppet manifests and run the puppet agent Refer, http://docs.puppetlabs.com/puppet/2.7/reference/modules_fundamentals.html Thanks, Rahul Khengare -- 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 puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/7560c09e-145f-412b-82bc-06128c1a76b5%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.