[Puppet Users] Re: virtual resources: multiple exports and one collect

2009-01-26 Thread Luke Kanies
On Jan 23, 2009, at 4:20 AM, Marce wrote: > > 2008/10/6 udo waechter : >> Ah, >> I see an error in my reasoning here: >> On 06.10.2008, at 20:36, udo waechter wrote: >>> >>> What comes to my mind now, is that I can do a hack and replace: >>> >>> @@file{"queue-template-${name_real}":

[Puppet Users] Re: virtual resources: multiple exports and one collect

2009-01-26 Thread Marce
2009/1/24 udo waechter : > > Hello Marce, > nice to see that someone else is also configuring sge with puppet. > I do want to release our module to the public soon. Currently i can > configure nearly all aspects of the gridengin. Unfortunately I need to > do some cleanups and documentation before

[Puppet Users] Re: virtual resources: multiple exports and one collect

2009-01-24 Thread udo waechter
Hello Marce, nice to see that someone else is also configuring sge with puppet. I do want to release our module to the public soon. Currently i can configure nearly all aspects of the gridengin. Unfortunately I need to do some cleanups and documentation before releasing it. On 23.01.2009, at

[Puppet Users] Re: virtual resources: multiple exports and one collect

2009-01-23 Thread Marce
2008/10/6 udo waechter : > Ah, > I see an error in my reasoning here: > On 06.10.2008, at 20:36, udo waechter wrote: >> >> What comes to my mind now, is that I can do a hack and replace: >> >>@@file{"queue-template-${name_real}": >>path => >> "${sge_collects

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-06 Thread udo waechter
Ah, I see an error in my reasoning here: On 06.10.2008, at 20:36, udo waechter wrote: What comes to my mind now, is that I can do a hack and replace: @@file{"queue-template-${name_real}": path => "${sge_collects}/queue.template-${name_real}",

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-06 Thread udo waechter
Hi, On 06.10.2008, at 17:35, Teyo Tyree wrote: udo waechter wrote: Hi, On 03.10.2008, at 19:15, Luke Kanies wrote: On Oct 3, 2008, at 4:37 AM, udo waechter wrote: I would like to know how I could have many hosts export the "same" (as in identical) resource. Is this possible? As with non

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-06 Thread Teyo Tyree
Hey Udo, udo waechter wrote: > Hi, > On 03.10.2008, at 19:15, Luke Kanies wrote: > >> >> On Oct 3, 2008, at 4:37 AM, udo waechter wrote: > > I would like to know how I could have many hosts export the > "same" (as in identical) resource. Is this possible? As with non-exported

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-04 Thread udo waechter
Hi, On 03.10.2008, at 19:15, Luke Kanies wrote: On Oct 3, 2008, at 4:37 AM, udo waechter wrote: I would like to know how I could have many hosts export the "same" (as in identical) resource. Is this possible? As with non-exported resources, you can't have multiple instances of the same reso

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-03 Thread Luke Kanies
On Oct 3, 2008, at 4:37 AM, udo waechter wrote: >>> >>> I would like to know how I could have many hosts export the >>> "same" (as in identical) resource. Is this possible? >> >> As with non-exported resources, you can't have multiple instances of >> the same resource. How would it even make sens

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-03 Thread udo waechter
Hello, On 02.10.2008, at 18:22, Luke Kanies wrote: On Oct 1, 2008, at 8:02 AM, udo waechter wrote: Hello everybody, I have a question regarding virtual resources and the exporting/ collection thereof. I have several hosts that should export one and the same file resource. This should be colle

[Puppet Users] Re: virtual resources: multiple exports and one collect

2008-10-02 Thread Luke Kanies
On Oct 1, 2008, at 8:02 AM, udo waechter wrote: > Hello everybody, > I have a question regarding virtual resources and the exporting/ > collection thereof. > > I have several hosts that should export one and the same file > resource. This should be collected exactly once by one host. > The res