As far as I am aware puppetrun (Which is being phased out) only tells a client node to start a normal puppet run. I don't believe it is possible to tell it to only do particular parts of it's manifest.
puppet apply is probably more useful to you but as far as I am aware it only runs on the node itself so you will need some way of triggering it remotely. Please note I have only user puppet run and have never used puppet apply or had a need to use it so I don't know much else. Hope that helps. Pete On 9 April 2013 11:51, Love Anthony Vish <[email protected]> wrote: > Hello Guys, > > I am able to execute puppetrun on specified client. > #puppetrun mars.example.co.in > > But the above command only load or read .pp file under * > /etc/puppet/manifests*. > > Is there any way, Where i can describe my own module or specified module > for specific puppet client. > > e.g. #puppetrun jupiter.example.co.in (and it should load > /etc/puppet/modules/sudo/manifests/.pp) > > -- > 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 post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
