Applying a manifest on a remote node

49 views
Skip to first unread message

Stuart Cracraft

unread,
Nov 25, 2013, 2:22:53 PM11/25/13
to puppet...@googlegroups.com

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

Dan White

unread,
Nov 25, 2013, 2:28:31 PM11/25/13
to puppet...@googlegroups.com
"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)


From: "Stuart Cracraft" <smcra...@gmail.com>
To: puppet...@googlegroups.com
Sent: Monday, November 25, 2013 2:22:53 PM
Subject: [Puppet Users] Applying a manifest on a remote node
--
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...@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.

Rahul Khengare

unread,
Nov 26, 2013, 12:41:00 AM11/26/13
to puppet...@googlegroups.com
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,


Thanks,
Rahul Khengare

Reply all
Reply to author
Forward
0 new messages