Re: [Puppet Users] Module critique

2012-09-14 Thread Alessandro Franceschi
On Thursday, September 6, 2012 11:48:40 PM UTC+2, Andreas Ntaflos wrote: > > On 2012-09-04 17:26, Bai Shen wrote: > > class solr { > > I recommend you follow best practices and not manage every aspect of > your Solr resource in a single class, but split it up into subclasses, > probably at leas

Re: [Puppet Users] Module critique

2012-09-07 Thread jcbollinger
On Thursday, September 6, 2012 4:48:40 PM UTC-5, Andreas Ntaflos wrote: > > On 2012-09-04 17:26, Bai Shen wrote: > > I've gotten an install of solr working, but it's pretty much a hack job > > at the moment. If y'all could give me your thoughts on how to improve > > my setup, I'd appreciate i

Re: [Puppet Users] Module critique

2012-09-06 Thread Ryan Coleman
On Thu, Sep 6, 2012 at 2:48 PM, Andreas Ntaflos wrote: > Well-designed modules are rare and take time and experience to create. I > myself have written around 60 modules over the past nine months but I > would never dare publish any of them on Puppetforge or even Github. It's > hard to make a modu

Re: [Puppet Users] Module critique

2012-09-06 Thread Andreas Ntaflos
On 2012-09-04 17:26, Bai Shen wrote: > I've gotten an install of solr working, but it's pretty much a hack job > at the moment. If y'all could give me your thoughts on how to improve > my setup, I'd appreciate it. apache-tomcat is an rpm of Tomcat 7 that > references the oracle jdk instead of ope

[Puppet Users] Module critique

2012-09-04 Thread Bai Shen
I've gotten an install of solr working, but it's pretty much a hack job at the moment. If y'all could give me your thoughts on how to improve my setup, I'd appreciate it. apache-tomcat is an rpm of Tomcat 7 that references the oracle jdk instead of openjdk. Thanks. class solr { service

Re: [Puppet Users] module critique request

2010-12-22 Thread Felix Frank
On 12/21/2010 07:05 PM, deet wrote: > Hello. > I recently tried to improve a module I have which is used to create > one or more instances of mysql per node. The original module had > lot's of code repetition to get around gaps in my skills. The new > improved module has less code repetition

[Puppet Users] module critique request

2010-12-21 Thread deet
Hello. I recently tried to improve a module I have which is used to create one or more instances of mysql per node. The original module had lot's of code repetition to get around gaps in my skills. The new improved module has less code repetition but doesn't seem as clean as I imagined it in