Re: [Puppet Users] Open Source 4.0 version identifier vs. very different rpm and dpkg package versions

2015-06-18 Thread Ken Bowley
This is better than what is currently being used, but I'm strongly in the AIO idea to be stupid. Split it into multiple packages and use proper dependencies like every other sane packaging system has done for a long, long time. If all you do is bump the version of facter, then only have me dow

[Puppet Users] Announce: Puppet Server 2.1.1 and 1.1.1 available!

2015-06-18 Thread Jeremy Barlow
We're pleased to announce that Puppet Server 2.1.1 and 1.1.1 are both now available! Both of these releases are backwards compatible bug fix and security releases in their respective Semantic Versioning major versions. This email is a combined announcement for 2.1.1 and 1.

[Puppet Users] Re: Suggestion for PE 3.7 Agent Errors (RHEL 5, 32-bit) Regarding "curl -k"

2015-06-18 Thread Shiyan Cao
thanks.. this solved my problem.. On Saturday, November 22, 2014 at 4:00:03 PM UTC-5, David Waters wrote: > > My previous PE 3.2 installation was great...then I moved to PE 3.7 and > lost hours of sleep. > > If you follow the PE Agent installation guide for RHEL 5 (32-bit) while > the Master run

[Puppet Users] Announce: Puppet Enterprise 3.8.1 is available

2015-06-18 Thread Geoff Nichols
Dear Puppet Enterprise Users, Puppet Enterprise 3.8.1 is now available. This is a bug-fix and security release of Puppet Enterprise. All users of Puppet Enterprise 3.x are encouraged to upgrade when possible to Puppet Enterprise 3.8.1 Puppet Enterprise 3.8.1 includes fixes to address security vu

[Puppet Users] debugging catalog issue for one client after upgrade

2015-06-18 Thread Tim Mooney
All- I'm using puppet (open source) 3.7.5 on our master (RHEL6.6, x86_64) and all clients (RHEL 5.x, RHEL 6.x, RHEL 7.x). I'm refreshing the hardware on our puppet master, and wanted to take the opportunity to switch the master to RHEL 7 (and therefore new Ruby and some ruby libraries). I'm st

Re: [Puppet Users] puppet ignoring hiera

2015-06-18 Thread Craig Dunn
On Thu, Jun 18, 2015 at 4:34 PM, Peter Berghold wrote: > So... what am I missing here? hiera_include('classes') in site.pp? -- Enviatics | Automation and configuration management http://www.enviatics.com | @Enviatics Puppet Training http://www.enviatics.com/training/ -- You received this me

[Puppet Users] puppet ignoring hiera

2015-06-18 Thread Peter Berghold
I'm sure I've forgotten something here, but in a Vagrant VM I have set up a test environment to test some stuff before bringing into my Puppet environment. Here's my puppet.conf file. Very minimal: [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/pup

Re: [Puppet Users] Re: what is actually "undefined method 'include?' for nil:NilClass on node" error?

2015-06-18 Thread Ed Deloye
My co-worker said he got lucky on a google search a couple months ago and suggested that I look at that directory. when I saw a one to one correspondence between the short files and the systems not working it was a quick fix. We suspect that the disk ran out of room before a scheduled clean up

Re: [Puppet Users] Re: Concat params along a node.

2015-06-18 Thread Albert Shih
Le 12/06/2015 à 07:06:49-0700, jcbollinger a écrit > > You don't. If you were willing to write a custom function or possibly to That' sucks ... > engage in some ruby-fu inan inline template then you could extract a list of > the titles of all Things::Addthing resources declared to that point du

Re: [Puppet Users] Open Source 4.0 version identifier vs. very different rpm and dpkg package versions

2015-06-18 Thread Thomas Müller
> > > FWIW I find this argument pretty compelling and would like to advance the > version number of the next release of puppet-agent to '4.something'. > > Our current thinking is that this will be a matched to the puppet version, > with an extra digit on the end of the version number that indi

Re: [Puppet Users] Open Source 4.0 version identifier vs. very different rpm and dpkg package versions

2015-06-18 Thread jcbollinger
On Wednesday, June 17, 2015 at 2:12:31 PM UTC-5, Eric Sorenson wrote: > > On Thu, 7 May 2015, jcf wrote: > > >> > >> I don't think that reflects a firm grasp of the nature of the problem. > The issue is that the "new thing" here is not the thing that the package's > version number should be

Re: [Puppet Users] Re: Check service running with flag file

2015-06-18 Thread Eddie Mashayev
Hi, Found a solution: Create ruby script in: root@foreman]# cat /etc/puppet/environments/production/modules/customfacts/lib/facter/check_file_exsist.rb Facter.add('check_nails_exsist') do setcode do File.exists?('/etc/NONAILS') end end We are checking if /etc/NONAILS exist, if yes return