Without fully understanding your modules and how they interact you can
always take a copy of the site manifest and modules with the node and
then do something like this

puppet apply /etc/puppet/manifests/site.pp --modulepath=/etc/puppet/modules

I typically do something similar when testing a module without a puppet master.

On Tue, Feb 12, 2013 at 8:03 AM, Ivan Lysov <ivanm...@gmail.com> wrote:
> Hi All!
>
> I do manage some hosts with puppet and it's pretty great.
> But among those hosts htere are some boxes that are sometimes taken away
> from my network, used for demonstrations somewhere outside and return back.
> And I want puppet to manage those hosts even when they are away and alone.
> And of course I want them to fetch the latest catalogs on the moment they
> appear in domestic network.
>
> I even wrote an ugly script that does something like "puppet catalog
> download" and then apply on every boot, but this is ugly, smells and
> obviousless.
> Had somebody invented something like that and how?
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to puppet-users@googlegroups.com.
> 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 puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to