[Puppet Users] Re: Debugging Puppet catalog compilation issues

2015-03-25 Thread Frederic Conrotte
Thanks for your answer Nick, I will surely try this when 3.7.5 is out Le mardi 24 mars 2015 13:10:25 UTC+1, Frederic Conrotte a écrit : Hello I'm using Puppet Master 3.7 thru Apache/Passenger and I am facing this compilation issue: [1;31mError: Could not retrieve catalog from remote

[Puppet Users] Debugging Puppet catalog compilation issues

2015-03-24 Thread Frederic Conrotte
Hello I'm using Puppet Master 3.7 thru Apache/Passenger and I am facing this compilation issue: [1;31mError: Could not retrieve catalog from remote server: Error 400 on SERVER: assert_type(): Expected type String[1, default] does not match actual: Float on node (...)[0m I have been

[Puppet Users] Re: Cannot install modules from Puppet Forge : Failed to load library 'pe_license' for feature 'pe_license'

2015-01-27 Thread Frederic Conrotte
= http_proxy_user = http_proxy_password = Le mardi 27 janvier 2015 09:30:44 UTC+1, Frederic Conrotte a écrit : Hello I've installed Puppet 3.7.3 with Foreman and when I try to install or search modules on the Puppet forge I get the error Failed to load library 'pe_license' for feature 'pe_license

[Puppet Users] Re: Cannot install modules from Puppet Forge : Failed to load library 'pe_license' for feature 'pe_license'

2015-01-27 Thread Frederic Conrotte
Or maybe the issue is coming from this ? 'Connection timed out - connect(2) But apart from https://forgeapi.puppetlabs.com/v3/modules?query=ssh which URL is accessed that the debug log is not showing ? Le mardi 27 janvier 2015 09:30:44 UTC+1, Frederic Conrotte a écrit : Hello I've

[Puppet Users] Cannot install modules from Puppet Forge : Failed to load library 'pe_license' for feature 'pe_license'

2015-01-27 Thread Frederic Conrotte
Hello I've installed Puppet 3.7.3 with Foreman and when I try to install or search modules on the Puppet forge I get the error Failed to load library 'pe_license' for feature 'pe_license' See below [root@d0puppetmaster modules]# puppet module search ssh --verbose --debug Debug: Runtime

[Puppet Users] RSpec - NoMethodError: undefined method `split' for nil:NilClass

2015-01-27 Thread Frederic Conrotte
Hello I wrote the following spec file for my module: require 'spec_helper' describe('apache_tomcat', :type = :class) do let(:node) { $fqdn } context 'with defaults for all parameters' do it { should compile } end end But when I run test I have the very strange error *

[Puppet Users] Re: pkgutil package provider (solaris)

2014-10-15 Thread Frederic Conrotte
Hello Like many enterprises, we have an heterogeneous infrastructure with some CentOS and Solaris machines. I was wondering if there are existing plans about creating for Solaris the equivalent of the yumrepo type ? https://docs.puppetlabs.com/references/latest/type.html#yumrepo Something