Re: [Puppet Users] Puppet open source Puppet Enterprise

2014-10-14 Thread Felix Frank
On 10/14/2014 01:54 AM, Alfredo De Luca wrote: Thanks Peter. I am sure you can switch but what I wasn't sure if it is an EASY job or not. Thanks for your feedback Regards From what I hear from reliable sources, it might be less easy as it should be, at this time at least. Although if

Re: [Puppet Users] Re: Need help with simple hiera example

2014-10-14 Thread Felix Frank
On 10/14/2014 05:00 AM, Stack Kororā wrote: Greetings, So yeah. I spent several hours hacking away at adding hiera data to a bunch of my modules. I haven't seen any weirdness going on. I wish there had been /any/ kind of indication in puppet about trying to read this file but I don't have

[Puppet Users] Re: Reports from puppet

2014-10-14 Thread Georg Brunmayr
Hi, sorry for the necro but could somebody finally resolve this issue? I currenty have the same problem in an EC2 environment - i get mails for failures but the puppetboard does not show the node as failed. Thx Georg On Tuesday, July 22, 2014 6:27:41 PM UTC+2, Maxim Nikolaev wrote: HI I'm

[Puppet Users] how to transfer list of interfaces from hiera to class

2014-10-14 Thread Andreas Dvorak
Hi, I would like to create network interfaces with puppet. I have define network_interface::managed_interface( $device='', $gateway='', $hostname='', $hwaddr='', $ipaddr='', $netmask='', $network='', $up=true, ){ and class network_interface::create_interface ( $device =

[Puppet Users] Re: how to transfer list of interfaces from hiera to class

2014-10-14 Thread Andreas Dvorak
Dear all, suddenly I found the solution: network_interface::device_list: eth0: ipaddr: 10.112.67.40 netmask: 255.255.0.0 eth1: ipaddr: 10.15.67.40 netmask: 255.255.0.0 class network_interface ( $device_list={} ){

Re: [Puppet Users] puppet module for checking CVE's

2014-10-14 Thread Thomas Bendler
Question is the goal of the factor output. From my point of view, only CVEs not implemented in the system are relevant (i.e. for reporting). CVEs already implemented are not really from interest to me. So if the standard behavior is, only show facts with CVEs not implemented yet and show all CVEs

[Puppet Users] One puppet run divided to two puppet runs

2014-10-14 Thread Marcin Spoczynski
I have puppet run on 2 host On the first one looks like this Oct 14 12:28:21 node1 puppet-agent[3447]: (/File[/etc/yum/pluginconf.d/versionlock.list.packages]/content) content changed '{md5}8f8bac772793e3e4d83fc04c94f28ccb' to '{md5}12bae94916fc072e808415ddfc3f1583' Oct 14 12:28:21 node1

[Puppet Users] Puppet-dashboard not importing automatically the reports

2014-10-14 Thread Juan Sierra Pons
Hi, I have 3 puppet-masters/puppet-dashboards supposedly configured equally but in one of them the reports are not being imported on the dashboard. The other two work ok. If in the failing one I run the RAILS_ENV=production rake reports:import then the reports are imported on the dashboard

Re: [Puppet Users] Beaker + RHEL 6

2014-10-14 Thread Tim Skirvin
Tim Skirvin tskir...@fnal.gov writes: Perhaps Puppet Labs should provide RPMs? That's a good idea. We've certainly talked about it, but just haven't made the time for it. If you file a ticket at https://tickets.puppetlabs.com/browse/CPR that would at least help us track that

[Puppet Users] puppet-decrypt gem Installation Issues

2014-10-14 Thread Tito Valentin
I am working on setting up puppet-decrypt. I downloaded the following two files from rubygems.org: encryptor puppet-decrypt I have installed them both as follows since our servers are not allowed to communicate outside of our network: gem install /tmp/encryptor-1.3.0.gem gem install

Re: [Puppet Users] Beaker + RHEL 6

2014-10-14 Thread Trevor Vaughan
I wasn't aware of this ticket. RPMs are definitely a +1 for me. Trevor On Tue, Oct 14, 2014 at 12:38 PM, Tim Skirvin tskir...@fnal.gov wrote: Tim Skirvin tskir...@fnal.gov writes: Perhaps Puppet Labs should provide RPMs? That's a good idea. We've certainly talked about it, but

[Puppet Users] Unable to install puppet enterprise 3.3.2 SLES 11 64 bit

2014-10-14 Thread Kalyan K
Hello All, While trying to install Puppet enterprise 3.3 monolithic instance on SLES 11, 64 bit, I've noticed that the packages available by default doesn't include db43 rpm. I downloaded the db43 package, and respective dependencies, recreated the repolist. But no success so far. Did anyone

[Puppet Users] Announce PuppetDB 2.2.1 is now available

2014-10-14 Thread Wyatt Alt
PuppetDB 2.2.1 - October 14, 2014 PuppetDB 2.2.1 Downloads Available in native package format in the release repositories at: http://yum.puppetlabs.com and http://apt.puppetlabs.com For information on how to enable the Puppet Labs repos, see:

[Puppet Users] Re: Unable to install puppet enterprise 3.3.2 SLES 11 64 bit

2014-10-14 Thread Rob Braden
Hi Kalyan, As far as I know, db43 should be available in the base OS repos for SLES 11. What SLES service pack do you have? On Tuesday, October 14, 2014 12:39:49 PM UTC-7, Kalyan K wrote: Hello All, While trying to install Puppet enterprise 3.3 monolithic instance on SLES 11, 64 bit,

[Puppet Users] Re: Unable to install puppet enterprise 3.3.2 SLES 11 64 bit

2014-10-14 Thread Kalyan K
Hello Rob, I'm using SLES 11 SP2. Thanks, Kalyan On Tuesday, October 14, 2014 4:48:34 PM UTC-4, Rob Braden wrote: Hi Kalyan, As far as I know, db43 should be available in the base OS repos for SLES 11. What SLES service pack do you have? On Tuesday, October 14, 2014 12:39:49 PM UTC-7,

[Puppet Users] LoadError: no such file to load -- facter/util/file_read

2014-10-14 Thread Spriya
Hi, I am am trying to execute my puppet facts using irb. so when i use irb. It is throwing me error. No such file to load -- facter/util/file_read *$irb* *irb(main):001:0 require 'facter/util/file_read'* *LoadError: no such file to load -- facter/util/file_read* *from (irb):1:in

[Puppet Users] parameterized values displaying tooltip on ENC

2014-10-14 Thread Craig White
I am trying to figure out if parameterized variables can be displayed when hovering over the appropriate section in an ENC. At the moment, I am playing with PE 3.3 with it's console/dashboard and my previous experience was with puppet 2.6.x and Foreman. Simplified example, module resolv #

[Puppet Users] Re: LoadError: no such file to load -- facter/util/file_read

2014-10-14 Thread Craig White
I don't see a 'file_read' method for Factor::Util Facter::Util.methods = [:freeze, :===, :==, :=, :, :=, :, :=, :to_s, :included_modules, :include?, :name, :ancestors, :instance_methods, :public_instance_methods, :protected_instance_methods, :private_instance_methods, :constants, :const_get,

[Puppet Users] Re: LoadError: no such file to load -- facter/util/file_read

2014-10-14 Thread Craig White
I don't see a 'file_read' method for Factor::Util Facter::Util.methods = [:freeze, :===, :==, :=, :, :=, :, :=, :to_s, :included_modules, :include?, :name, :ancestors, :instance_methods, :public_instance_methods, :protected_instance_methods, :private_instance_methods, :constants, :const_get,

[Puppet Users] Re: LoadError: no such file to load -- facter/util/file_read

2014-10-14 Thread Spriya
Hi Craig, even if i do require facter. It is throwing me error. *irb(main):002:0 require 'facter'* *LoadError: no such file to load -- facter* *from (irb):2:in `require'* *from (irb):2* *from :0* On Tuesday, October 14, 2014 5:22:26 PM UTC-4, Craig White wrote: I

[Puppet Users] Re: LoadError: no such file to load -- facter/util/file_read

2014-10-14 Thread Craig White
how did you install puppet? Do you have more than one install of ruby on your system? Is it possible that when you invoke the interactive ruby console (irb) that it starts a ruby binary that has nothing to do with your puppet install? On Tuesday, October 14, 2014 4:41:07 PM UTC-7, Spriya

[Puppet Users] Puppet PE dashboard not updating

2014-10-14 Thread Alfredo De Luca
Hi all. I am evaluating Puppet PE and so far so good but all of a sudden it stopped updating the NODES tab. Everything else is working fine even the events tab. I am using PE 3.3 Any clue? -- Alfredo -- You received this message because you are subscribed to the Google Groups Puppet Users