Re: [Puppet Users] puppet module... remove?

2012-05-11 Thread David Campos
From the documentation I have found that, theoretically, I can install a module from a tar ball or zip. I need that feature because I have to configure a master that, at the present time, is stored in an offline machine (it should serve modules, libraries and facts related with our local

Re: [Puppet Users] puppet module... remove?

2012-05-11 Thread David Campos
I reply myself... --force is my friend :) On Friday, May 11, 2012 3:15:39 PM UTC+2, David Campos wrote: From the documentation I have found that, theoretically, I can install a module from a tar ball or zip. I need that feature because I have to configure a master that, at the present time,

Re: [Puppet Users] puppet module... remove?

2012-05-11 Thread Pieter van de Bruggen
The connection to the Forge is being established to try to resolve dependencies; the `--ignore-dependencies` flag (which is implied by `--force`) is what you're looking for. :) On Fri, May 11, 2012 at 8:35 AM, David Campos noymn.the.archan...@gmail.com wrote: I reply myself... --force is my

Re: [Puppet Users] puppet module... remove?

2012-05-11 Thread Randall Hansen
On Fri, May 11, 2012 at 9:43 AM, Pieter van de Bruggen pie...@puppetlabs.com wrote: The connection to the Forge is being established to try to resolve dependencies; the `--ignore-dependencies` flag (which is implied by `--force`) is what you're looking for.  :) Do we need a more explicit

Re: [Puppet Users] puppet module... remove?

2012-05-11 Thread Pieter van de Bruggen
While we might want to check the Forge for dependencies, not having a network connection shouldn't be an error when installing from a tarball. That is a bug. http://projects.puppetlabs.com/issues/13542 On Fri, May 11, 2012 at 9:44 AM, Randall Hansen rand...@puppetlabs.comwrote: On Fri, May

[Puppet Users] puppet module... remove?

2012-05-10 Thread Philip Brown
Is there really no way to have puppet module, aka puppet-module, remove a module? It doesnt seem to exist in the usage message. Nor do I see a show installed option? -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on

Re: [Puppet Users] puppet module... remove?

2012-05-10 Thread Kelsey Hightower
On Thu, May 10, 2012 at 12:35 PM, Philip Brown p...@bolthole.com wrote: Is there really no way to have puppet module, aka puppet-module, remove a module? It doesnt seem to exist in the usage message. Nor do I see a show installed option? Philip, We just updated the module tool and

Re: [Puppet Users] puppet module... remove?

2012-05-10 Thread Gary Larizza
Philip, The puppet-module gem behavior has been merged into the core Puppet as of 2.7.14 and includes the functionality you describe. `puppet help module` should get you the help you need, and `puppet help module uninstall` should describe the action :) -- Gary Larizza Sent with Sparrow

Re: [Puppet Users] puppet module... remove?

2012-05-10 Thread Philip Brown
On Thursday, May 10, 2012 9:40:44 AM UTC-7, Gary Larizza wrote: Philip, The puppet-module gem behavior has been merged into the core Puppet as of 2.7.14 and includes the functionality you describe. `puppet help module` should get you the help you need, and `puppet help module

Re: [Puppet Users] puppet module... remove?

2012-05-10 Thread Pieter van de Bruggen
On Thu, May 10, 2012 at 9:43 AM, Philip Brown p...@bolthole.com wrote: On Thursday, May 10, 2012 9:40:44 AM UTC-7, Gary Larizza wrote: Philip, The puppet-module gem behavior has been merged into the core Puppet as of 2.7.14 and includes the functionality you describe. `puppet help

Re: [Puppet Users] puppet module... remove?

2012-05-10 Thread Nan Liu
On Thu, May 10, 2012 at 9:43 AM, Philip Brown p...@bolthole.com wrote: On Thursday, May 10, 2012 9:40:44 AM UTC-7, Gary Larizza wrote: Philip, The puppet-module gem behavior has been merged into the core Puppet as of 2.7.14 and includes the functionality you describe.  `puppet help module`