On 4/1/2011 5:15 AM, JohnW wrote:
Hello

I have been using puppet for a while now, more or less successfully on
SLES 11 and CentOS 5.5
currently I am using puppet 2.6.6

I now am trying it out on redhat 6, and now i run into an problem with
even the simplest of modules/classes

The error I get is :

debug: /Stage[main]/Motd/File[/etc/motd]/content: Executing 'diff -u /
etc/motd /tmp/puppet-file20110401-3455-malx7x-0'
/usr/lib/ruby/site_ruby/1.8/puppet/util.rb:341: [BUG] Segmentation
fault
ruby 1.8.7 (2010-06-23 patchlevel 299) [x86_64-linux]

my motd module is like this:

class motd {

         $ascii = generate('/bin/sh', '-c', "/bin/echo OS:
$operatingsystem )

Is this a direct cut and paste? Because if so, you're missing a closing double quote here.

--
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
    GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to