similar to: puppet and ruby 1.9

Displaying 20 results from an estimated 100000 matches similar to: "puppet and ruby 1.9"

2011 Aug 11
6
need urgent help with including Ruby DSL class from puppet manifests
Hi, I have a Ruby class in "nagios" module - it''s located in nagios/ manifests/ssa_nagios_checks.rb and looks like this hostclass :ssa_nagios_checks do ... end In nagios/manifests/init.pp I have class nagios::server { ... include ssa_nagios_checks ... } And I get the following error .... debug: importing ''/etc/puppet/modules/nagios/manifests/
2010 Jan 20
2
Using ruby-1.9.x with Puppet 0.25.x
I read somewhere recently about problems with Puppet and Ruby 1.9. I''m wondering if this is still an issue? Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For
2011 Nov 19
3
When will Puppet officially support Ruby 1.9.2+
Hello everyone, Ruby 1.8.7 is EOS now. So, when will Puppet become Ruby 1.9.2+ compatible? I am considering to deploy Puppet on a large hosts of servers. If Ruby 1.9.2 cannot be supported, I have to turn to Chef. Best regards, Tetsu -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2011 Jun 15
1
Ruby 1.9.2 - puppetd error "Could not request certificate: SSL_connect returned=1"
Hello, Running latest Puppet 2.7rc4, Ruby 1.9.2 p180, slackware 13.37 64. Default (webrick) setup, no mongrel no apache. Running puppet master on the main puppet server works fine, no problem. Running puppet agent on the same machine works fine, no problem. Running puppet agent on a client server (separate machine) connecting to master gives the following error: "err: Could not request
2012 Mar 01
1
puppet 2.7.11 + ruby 1.9.3 + passenger
So does anyone have a working setup with puppet 2.7.11 + ruby 1.9.3 + passenger? I am currently using rack-1.0.1 (rack-1.4.1 had same behavior) and passenger 3.0.11, and I get some authentication problems (shown below). If I use an auth.conf that is wide open (auth any, allow *), the agent can successfully retrieve his catalog and plugins and apply them. Using webrick works fine as well. The
2013 Nov 01
0
Running Puppet with Ruby 1.9.3 on RHEL/Centos 6.4
My apologies in advance if this is a solved problem (which I hope it is), but I''ve been looking for answers for a while and haven''t found anything substantive. Our standard OS version is moving from CentOS 5.8 to CentOS 6.4. We''re simultaneously getting ready to move from puppet 2.7 to 3.x. A significant amount of effort has been undertaken in the past to build
2012 Dec 12
5
Puppet with dedicated ruby install
Are there any good guides out there to using Puppet agents with a dedicated, separate ruby install? Our apps are all Ruby based and require different versions than Puppet. Installing the agent from a package will override our ruby installs. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2011 Nov 22
2
declare and include classes
Hi all, after moving to parametrized classes, I''ve started to declare them instead of including. Now, I''m trying to understand the differences (internal) between declare and include, and, reading http://docs.puppetlabs.com/guides/parameterized_classes.html again, I found some sentence which confuses me: "Since include wasn’t designed for use with parameterized
2013 May 10
0
connect from ruby 1.9 agent to 1.8 server
Hi all, Does anybody have an idea how to configure the puppet agent to use SSLv3 only? When I try to connect from an agent using Ruby 1.9 to a Master using Ruby 1.8 I get this error: Error: Failed to apply catalog: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: (null) This seems to be due to this issue: https://github.com/crafters/cielo/issues/4 Also the openssl tests
2012 Dec 12
6
issues with puppet 3.0.1 using ruby 1.9.3 and passenger (3.0.18)
I have installed puppet 3.0.1, passenger 3.0.18 and ruby 1.9.3 and have hit errors. The error I am hitting is this: Error message:cannot load such file -- puppet/util/command_lineException class:LoadError I get this when hitting the puppet server using https://puppetserver:8140 If I use ruby 1.8, everything works. This is a new deployment so I would like to use ruby 1.9.3 rather than the
2011 Sep 07
1
undefined method `function_extlookup'
Trying to use extlookup from within template i use <%= scope.function_extlookup("blah") %> but get the undefined method `function_extlookup'' error According to http://docs.puppetlabs.com/guides/templating.html#access-to-variables-and-puppet-functions-with-the-scope-object this should work. Thanks Alex -- You received this message because you are subscribed to the
2013 Apr 27
2
can puppet agent use 2 independent puppet master ?
Hi all, I havent seen a similar post, so thought I''d ask - Is it possible to make a puppet agent use 2 different puppet masters ? E.g. I want to use 1 master to do basic configuration changes, etc. and a 2nd master to do other more application specific changes - the idea is to keep the system changes fully separated from the application changes that would be applied. Any clues /
2011 Oct 13
2
How to divide the puppet.conf file in multiple files ?
Hi, How can i divide my puppet.conf file in multiple files ? I would like to have the [main] and [agent] section in puppet.conf and [master] in puppetmaster.conf for example. I could call sone "include" or "import" statement inside puppet.conf to include the content of puppetmaster.conf in my configuration Not sure if this is a stupid question, but i could not find any
2012 Oct 01
10
Puppet 3.0 fails install on Solaris 10 w/ ruby 1.8.7
There''s a problem installing puppet on Solaris 10 -- in this situation, we aren''t really doing anything with puppet there. The version we''re using is: ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-solaris2.9] Here''s the first error: # gem update puppet > > Updating installed gems > > Updating puppet > > Building native extensions. This
2013 Jun 19
1
Ruby Class or other API for controlling puppet/mcollective
HI, i''m currently trying to develop a task-driven rails-based frontend for some tasks that puppet/mcollective is doing in the background ( basically some user-management and some asset queries...). But i''m currently stuck at finding some puppet/mcollective API classes for ruby. (you''ll only find results for using ruby within puppet, which is of course more obvious).
2009 Oct 28
1
Puppet on RHEL3 - ruby-1.8.6 RPM
Hey folks, I know there''s an old thread about this, and the provided solution to make puppet work on RHEL3 was to recompile a more recent version of ruby. However, I think it would be nice to upgrade ruby from 1.6.8 to 1.8.6 with RPM, so here''s a quick tip for those who have to manage RHEL3 servers and would like to do it with puppet:
2013 Jan 23
1
Problem with Puppet upgrade 2.7 => 3.0 on Centos 5 using puppetlabs dependencies repo.
Hi, I have a problem with puppet upgrade from 2.7 to 3.0 on centos 5. I have included the puppet dependencies repo for el5 (http://yum.puppetlabs.com/el/5/dependencies/x86_64/) to upgrade my ruby version to 1.8.7. However a "yum install ruby" will give me ruby 1.8.5 from the centos base repo. If i disable the base repo i get ruby 1.8.7 but ruby-libs has depsolving problems - it
2013 Jan 30
0
Puppet Enterprise hotfixes for Ruby on Rails JSON Parser vulnerability [ CVE-2013-0333 ]
A security vulnerability has been disclosed in Ruby on Rails, assigned CVE-2013-0333. The vulnerability in the JSON code for Ruby on Rails allows attackers to bypass authentication systems, inject arbitrary SQL, inject and execute arbitrary code, or perform a DoS attack on a Rails application. CVE details on the vulnerability can be found here:
2011 Oct 24
0
Announce: Puppet 2.6.12 Available [security update]
Puppet 2.6.12 is a security update release in the 2.6.x branch. The only changes since 2.6.11 are security fixes for the following vulnerability: * CVE-2011-3872, Altnames Vulnerability For more details on this vulnerability, follow the link on our blog post: http://puppetlabs.com/blog/important-security-announcement-altnames-vulnerability/ Other information available at:
2009 Jan 26
0
Using Puppet to deploy Ruby Enterprise Edition
Hi there, I was wondering if anyone had any experience getting puppet to install Ruby Enterprise Edition (http:// www.rubyenterpriseedition.com/) via puppet? It''s installed via a script which is included in the tar package it comes in. The installer is quite straight forward, just a call to "./ruby- enterprise-1.8.6-20090113/installer --auto /opt/ruby". Figuring out which