On Tuesday, March 12, 2013 3:26:26 PM UTC-5, Fabrice Bacchella wrote:
>
>
> It not so undocumented.
>
Point me to the docs, then.
John
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails
Le 12 mars 2013 à 17:46, jcbollinger a écrit :
>
> This works too :
>
> package{'needed for exec':
> name => $packages,
> ensure => present,
> }
>
> exec { "foo": require => Package['needed for exec'] }
>
> Less object, so a smaller catalog, and faster because your package tool is
> This works too :
>
> package{'needed for exec':
> name => $packages,
> ensure => present,
> }
>
> exec { "foo": require => Package['needed for exec'] }
>
> Less object, so a smaller catalog, and faster because your package tool is
> run once, not one time for each package.
I have
Le 12 mars 2013 à 12:24, Gergo Erdosi a écrit :
> 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 wrote:
>> On 12.03.2013 11:45, ge...@timble.net wrote:
>>>
>>> Hi,
>>>
>>> I have an Ex
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 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':
>>
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':
...
require => [ Package['first'], Package['second'], Package['third'], ... ]
}
Is there a way to shorten this list and make it easier to read?
You can use
requir
:10:43 PM UTC+1, R.I. Pienaar wrote:
>
>
>
> - Original Message -
> > From: ge...@timble.net
> > To: puppet...@googlegroups.com
> > Sent: Tuesday, March 12, 2013 11:04:53 AM
> > Subject: Re: [Puppet Users] Shorten require list
> >
> >
- Original Message -
> From: ge...@timble.net
> To: puppet-users@googlegroups.com
> Sent: Tuesday, March 12, 2013 11:04:53 AM
> Subject: Re: [Puppet Users] Shorten require list
>
> Hi,
>
> Thanks, I will look into tags, it could be solution indeed. I also thou
wrote:
>
>
>
> - Original Message -
> > From: "Matthew Burgess" >
> > To: puppet...@googlegroups.com
> > Sent: Tuesday, March 12, 2013 10:52:05 AM
> > Subject: Re: [Puppet Users] Shorten require list
> >
> > On Tue, Mar 12, 2
Hi Matt,
It installs PHP from source. The required packages are mostly libraries
(libxml2-dev, libpcre3-dev, etc). Here is the file if it helps to better
understand my problem:
https://www.assembla.com/code/nooku-server/git/nodes/master/puppet/modules/php/manifests/install.pp
The exec is on lin
- Original Message -
> From: "Matthew Burgess"
> To: puppet-users@googlegroups.com
> Sent: Tuesday, March 12, 2013 10:52:05 AM
> Subject: Re: [Puppet Users] Shorten require list
>
> On Tue, Mar 12, 2013 at 10:45 AM, wrote:
> > Hi,
> >
&g
On Tue, Mar 12, 2013 at 10:45 AM, wrote:
> 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?
15-20 packa
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
13 matches
Mail list logo