>From here http://docs.puppetlabs.com/learning/manifests.html :
puppet apply /path/to/your/manifest/init.pp Or like so: puppet apply --modulepath=/path/to/your/manifest -e "include my_class" On Sun, Nov 24, 2013 at 5:46 PM, Armindo Silva <[email protected]> wrote: > I have several windows machines that are manage using puppet. Some of the > machines connect to master through a openvpn tunnel, so when the openvpn > client's service is stopped (sometimes by a rogue user), the puppet agent > does not apply the config. > Is it possible make puppet agent use the cached configuration and apply the > latest config it was able to fetch from the master? (which in my case > includes ensuring the openvpn service is running). > Thank you. > > Regards, > Armindo > > -- > 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/191056e4-e77b-4502-bb2d-ad72a9f8a129%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAMo7R_fhJbASKy05f-WT7eMmtPYQxbhcmcde8cswpmgOmQiuGA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
