Displaying 4 results from an estimated 4 matches for "fooblah".
2004 Aug 06
2
on-demand source as default mountpoint
Hi icecasters,
Is there a way to attach a static file to a source client without using the
/file subdirectory? What I'm trying to do is have a static file broadcasted
on-demand via http://fooblah:8000/, but I can't uses ices (I think) since that
just throws the file to the server without any sense of timing. If I use ices,
listeners could tune in during the middle of the static file, which is what
I'm trying to avoid. Or maybe there's a way to map the default mountpoint to a
sta...
2011 Feb 04
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...classifiers
Bug #5045: External node classifiers should be able to specify parameters
for parameterized classes
External node classifiers can now declare parameterized classes (with
parameters). To declare the following parameterized class:
class foo($foobar=''default'', $foobaz, $fooblah) {
notify { ''foobar'': message => $foobar }
notify { ''foobaz'': message => $foobaz }
notify { ''fooblahfirst'': message => $fooblah[0] }
notify { ''fooblahsecond'': message => $fooblah[1] }
}
…your external node c...
2011 Feb 04
2
Fwd: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...classifiers
Bug #5045: External node classifiers should be able to specify parameters
for parameterized classes
External node classifiers can now declare parameterized classes (with
parameters). To declare the following parameterized class:
class foo($foobar=''default'', $foobaz, $fooblah) {
notify { ''foobar'': message => $foobar }
notify { ''foobaz'': message => $foobaz }
notify { ''fooblahfirst'': message => $fooblah[0] }
notify { ''fooblahsecond'': message => $fooblah[1] }
}
…your external node c...
2004 Aug 06
0
on-demand source as default mountpoint
...ountpoint to a static file?
On Sun, 15 Apr 2001 17:58:19 -0700, David Parker wrote:
>Hi icecasters,
>
>Is there a way to attach a static file to a source client without using the
>/file subdirectory? What I'm trying to do is have a static file broadcasted
>on-demand via http://fooblah:8000/, but I can't uses ices (I think) since that
>just throws the file to the server without any sense of timing. If I use ices,
>listeners could tune in during the middle of the static file, which is what
>I'm trying to avoid. Or maybe there's a way to map the default mountpo...