[Puppet Users] Shorten require list

2013-03-12 Thread gergo
Hi, I have an Exec which requires a lot of packages (15-20): Exec { 'name': ... require = [ Package['first'], Package['second'], Package['third'], ... ] } Is there a way to shorten this list and make it easier to read? Gergo Erdosi -- You received this message because you are subscribed

Re: [Puppet Users] Shorten require list

2013-03-12 Thread gergo
is on line 175. Gergo Erdosi On Tuesday, March 12, 2013 11:52:05 AM UTC+1, Matthew Burgess wrote: On Tue, Mar 12, 2013 at 10:45 AM, ge...@timble.net javascript: wrote: Hi, I have an Exec which requires a lot of packages (15-20): Exec { 'name': ... require = [ Package['first

Re: [Puppet Users] Shorten require list

2013-03-12 Thread gergo
Hi, Thanks, I will look into tags, it could be solution indeed. I also thought about moving those packages into a separate class (eg. packages.pp), was just wondering what my options are if I leave them in install.pp. Gergo Erdosi On Tuesday, March 12, 2013 11:57:41 AM UTC+1, R.I. Pienaar

Re: [Puppet Users] Shorten require list

2013-03-12 Thread gergo
I know, this is not the first time I hear packages are the preferred way, and I completely agree. We will look into packaging later, but for now we needed to get the script to work. This is the first version, I already have ideas how to improve it. Gergo Erdosi On Tuesday, March 12, 2013 12

Re: [Puppet Users] Shorten require list

2013-03-12 Thread Gergo Erdosi
Hi David, Nice, didn't know I can use multiple packages inside Package. Thanks! Gergo Erdosi On Tue, Mar 12, 2013 at 12:19 PM, David Schmitt da...@dasz.at wrote: On 12.03.2013 11:45, ge...@timble.net wrote: Hi, I have an Exec which requires a lot of packages (15-20): Exec { 'name

Re: [Puppet Users] Parameter issue

2013-02-20 Thread gergo
Hi Pete, I hoped there is a more elegant solution, but looks like there isn't. :) I can't test it today, but putting the variables inside define should work indeed. Thanks for the help! Gergo Erdosi On Wednesday, February 20, 2013 3:39:17 AM UTC+1, Pete wrote: Hi Gerdo, You

[Puppet Users] Re: Parameter issue

2013-02-20 Thread gergo
the need in this case. Gergo Erdosi On Wednesday, February 20, 2013 2:56:29 PM UTC+1, jcbollinger wrote: On Tuesday, February 19, 2013 5:04:36 PM UTC-6, ge...@timble.net wrote: Hi, I'm working on a module and run into an issue. I would like to install multiple PHP versions from source

[Puppet Users] Parameter issue

2013-02-19 Thread gergo
options etc). Any idea? My Puppet version is 2.7.19. Gergo Erdosi -- 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