[Puppet Users] Puppet package uninstall question

2010-06-16 Thread Roshan
This may be a really simple question. I have defined a package to ensure=>latest in one of my modules. In the nodes.pp, I have the module included, and the package installs fine. Now I want to remove the module/package from my server. Can't I just remove the include of the module from the nodes.pp

Re: [Puppet Users] Puppet order

2010-05-05 Thread Roshan Punnoose
o the function calls? Roshan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. F

Re: [Puppet Users] Puppet URI

2010-05-03 Thread Roshan Punnoose
Oh ok, is there a doc on how to run on another webserver? (Is this the Mongrel doc?) Roshan On Mon, May 3, 2010 at 2:28 PM, Patrick wrote: > > On May 3, 2010, at 11:22 AM, Roshan Punnoose wrote: > > After doing some Google digging, I saw that there were a couple urls like >

Re: [Puppet Users] Puppet URI

2010-05-03 Thread Roshan Punnoose
After doing some Google digging, I saw that there were a couple urls like this: http://puppet:8140/production/status/default Now this doesn't work on mine, but I think it is because the url format is not correct. If I wanted to get a file from puppet:file, what would I have to do? R

Re: [Puppet Users] Puppet URI

2010-05-03 Thread Roshan Punnoose
Is there a quick doc on the package providers I can start at? Also, I'm willing to read ruby code if need be, and I like the REST API. Where in the code is this implemented? (At least where the REST urls are exposed) I'll look through the code. Roshan On Mon, May 3, 2010 at 11:1

[Puppet Users] Puppet URI

2010-05-03 Thread Roshan
Hi, I would like to write a Java module to interact with the Puppet URI. Is this possible? My goal is to be able to install Java modules in OSGi through puppet. Thanks Roshan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To po