Hi
>>> Foo::bar["default"] {
>>> [...]
>>> The only way I can get this syntax to work is to move the 'bar'
>>> definition outside of the foo class and refer to it by a name without
>>> '::' in it in foo2. Is there a way to override a definition with '::'
>>> in its name?
>> it's Foo::Bar["defa
Hi
>>> All the examples show just "include class/*", so I was using that
>>> until I started getting errors.
>> I'm curious which examples these are. Best practice is usually to let
>> autoloading take care of loading class pp files. I was just curious if
>> there was an example on the Wiki t
Hi
> I assume this means that the YAML object is corrupted somehow, but
> really not sure what else to look for to track that down yet. Or, do I
> need to find a newer version of ruby? The RPM on the server is
> ruby-1.8.1-7.el4_6.1. Better to run on CentOS 5 with
> ruby-1.8.5-5.el5_2.3.i386.r
Ok, so.
# ruby -ropenssl -e 'puts :yep'
/opt/csw/lib/ruby/1.8/sparc-solaris2.8/openssl.so: ld.so.1: ruby: fatal:
libssl.so.0.9.8: open failed: No such file or directory -
/opt/csw/lib/ruby/1.8/sparc-solaris2.8/openssl.so (LoadError)
from /opt/csw/lib/ruby/1.8/openssl.rb:17
Looking in the
resending, not sure the original made it to the mailing list.
Bryan -- I'm using the puppet augeas plugin at
http://git.et.redhat.com/?p=ace.git;a=blob;f=modules/augeas/plugins/puppet/type/augeas.rb;h=2346c37d724d7607ed4e09b0413700bec2b7cbed;hb=HEAD
I'm running into a behavior that I wouldn't exp
Bryan -- I'm using the puppet augeas plugin at
http://git.et.redhat.com/?p=ace.git;a=blob;f=modules/augeas/plugins/puppet/type/augeas.rb;h=2346c37d724d7607ed4e09b0413700bec2b7cbed;hb=HEAD
I'm running into a behavior that I wouldn't expect. I'd like to confirm
an entry in sysctl.conf by changing t
Joel Nimety wrote:
> resending, not sure the original made it to the mailing list.
>
> Bryan -- I'm using the puppet augeas plugin at
> http://git.et.redhat.com/?p=ace.git;a=blob;f=modules/augeas/plugins/puppet/type/augeas.rb;h=2346c37d724d7607ed4e09b0413700bec2b7cbed;hb=HEAD
>
> I'm running int
Hi all,
We've got a release candidate for you all:
http://reductivelabs.com/downloads/puppet/puppet-0.24.6rc1.tgz
James apparently has a full release email ready, but apparently he's
mortal and had to sleep.
It's a big release, especially with all the great language work Brice
just did.
H
You also could do this by having your directory structure on your
fileserver, of src/path/my
Then file { "/home/jeff/src":
mode => 0755,
owner => jeff,
group => jeff,
ensure => directory,
recurse => true;
}
If that directory structure is to be common across multiple users, it
Bryan Kearney wrote:
> Joel Nimety wrote:
>
>
> Thank you. I have applied this patch. Please let me know if it works for
> you.
>
> http://git.et.redhat.com/?p=ace.git;a=commit;h=8c4420ba7c732d039ce6a37fd347437b0a0492a0
>
> -- bk
hmmm. looks like a patch from Marc Fournier attempts to addre
Joel Nimety wrote:
>
>
> Bryan Kearney wrote:
>> Joel Nimety wrote:
>>
>>
>> Thank you. I have applied this patch. Please let me know if it works for
>> you.
>>
>> http://git.et.redhat.com/?p=ace.git;a=commit;h=8c4420ba7c732d039ce6a37fd347437b0a0492a0
>>
>> -- bk
>
> hmmm. looks like a patch fr
Bryan Kearney wrote:
> Joel Nimety wrote:
>>
>>
>> Bryan Kearney wrote:
>>> Joel Nimety wrote:
>>>
>>>
>>> Thank you. I have applied this patch. Please let me know if it works for
>>> you.
>>>
>>> http://git.et.redhat.com/?p=ace.git;a=commit;h=8c4420ba7c732d039ce6a37fd347437b0a0492a0
>>>
>>>
>>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all
Puppet version 0.24.6RC1 code-named Camilla has been released and is
available for testing!
http://reductivelabs.com/downloads/puppet/puppet-0.24.6rc1.tgz
There are a number of major new features including significant new
language features.
Hey folks,
Over the past day or so, I've been working a lot with the
ssh_authorized_keys module, but found what I believe to be several
design flaws. I'd be interested to see if anybody else feels bound by
the same limitations and lack of support for what I believe to be
common use cases. I've
14 matches
Mail list logo