[Puppet Users] Announce: Facter 2.0.1-rc1 Now Available

2014-02-28 Thread Melissa Stone
Facter 2.0.1-rc1 --- ** Pre-release ** - RC1: February 28, 2014. Facter 2.0.1-rc1 Downloads -- Source: https://downloads.puppetlabs.com/facter/facter-2.0.1-rc1.tar.gz Available in native package format in the pre-release

Re: [Puppet Users] CFPropertyList usage

2014-02-28 Thread Jason Hatman
Thanks for the suggestion. I tried making it all lowercase, but I'm getting the same results. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+uns

Re: [Puppet Users] CFPropertyList usage

2014-02-28 Thread José Luis Ledesma
My experience is puppet doesnt like upper case in classes, autoloader hates them, so rename the module directory to lowercase. Regards, El 28/02/2014 16:33, "Jason Hatman" escribió: > I've been looking all over for usage examples for CFPropertyList. I'm > trying to make a test manifest to crea

[Puppet Users] Re: vagrant and reusing certs after destroy box

2014-02-28 Thread Charlie Sharpsteen
On Thursday, February 27, 2014 12:17:51 PM UTC-8, Johan De Wit wrote: > > Hi, > > The situation ; > > Whenever I bring up a vagrant box, I do a puppet run against my puppet > master to configure some common things I need. > And I want to avoid the remove/new request and sign cycle after a > va

[Puppet Users] Puppet Dashboard behind HTTPS

2014-02-28 Thread henriquerodrigues
Hi, Can Puppet Master send the reports to Puppet Dashboard via HTTPS? My Puppet Dashboard is protected with a certificate signed by another CA and this seems to break the sending of reports because Puppet doesn't have the necessary certificate to connect securely and I can't seem to make it wo

Re: [Puppet Users] controlling argument passed to ENC script for AWS

2014-02-28 Thread John Pyeatt
I think I have this resolved. the certname was in fact the solution. I had a permissions problem that looked like things weren't working correctly. Once I got that straightened out the value passed into my ENC script (vpc-id plus hostname) worked fine. Thanks On Thu, Feb 27, 2014 at 4:19 PM, Pat

Re: [Puppet Users] Windows Package Install file permissions

2014-02-28 Thread Armindo Silva
Hi Josh, Thank you for your reply, but this is not a problem with either the backslashes (btw, I am using doubles because of the example here: http://docs.puppetlabs.com/windows/writing.html#packagepackage), neither with the *install_options* array - both versions install the check_mk exe succ

[Puppet Users] CFPropertyList usage

2014-02-28 Thread Jason Hatman
I've been looking all over for usage examples for CFPropertyList. I'm trying to make a test manifest to create a simple plist and it keeps saying that it can't find class CFPropertyList. I downloaded the zip from https://github.com/ckruse/CFPropertyList/ and unzipped it into /etc/puppet/module

Re: [Puppet Users] Windows Package Install file permissions

2014-02-28 Thread Josh Cooper
Hi Armindo, On Fri, Feb 28, 2014 at 5:23 AM, Armindo Silva wrote: > Hi, > > I have the following class for installing check_mk on windows machines: > > class windows_check_mk { > > require windows_common > >package{ 'Check_MKAgent 1.2.4': > ensure => installed, > source

Re: [Puppet Users] No resources and catalog information with puppetdb

2014-02-28 Thread Ken Barber
Aah, the old null cert chain error. I haven't been able to fix this yet and every time I try this over a mailing list I never get to a conclusion ... I suggest jumping onto Freenode IRC and pinging me - my IRC nick is ken_barber and I usually live in #puppet, I'll be happy to help you there. ken.

[Puppet Users] Puppet agent hogging CPU/RAM

2014-02-28 Thread alander
Hi, So the subject might be a bit generic, but couldn't really come up with anything better. Anyway, on to the point: having a problem with two servers in my environment, where when running the puppet agent, it hogs all memory and CPU; the weird thing is though that this only happens on to thos

[Puppet Users] Re: puppet agent on HP unix os

2014-02-28 Thread Ryan Anderson
While I have not tried to get get puppet working on HP-UX, I have gotten it to work on a number of other very old platforms by using ruby gems. If you can get a working puppet-supported version of ruby on HP-UX, you are most of the way there. Hopefully, you can get the ruby from a source that a

[Puppet Users] Re: ensure user and group created

2014-02-28 Thread Ryan Anderson
This was a known problem with earlier puppet releases where adding local users would fail if they existed in a network name service (LDAP, NIS, etc), so more recent 3.x puppet versions of the user resource have a 'forcelocal' option. Use this, and it will work. On Wednesday, February 26, 2014 4

Re: [Puppet Users] No resources and catalog information with puppetdb

2014-02-28 Thread Louis Coilliot
Hello It is still broken. I set soft_write_failure=false I upgraded puppet on the nodes, so now the puppet master and nodes are in version 3.4.3 This is the result of the puppetdb ssl-setup : [root@el6 lofic]# puppetdb ssl-setup PEM files in /etc/puppetdb/ssl already exists, checking integrity

[Puppet Users] Windows Package Install file permissions

2014-02-28 Thread Armindo Silva
Hi, I have the following class for installing check_mk on windows machines: class windows_check_mk { require windows_common package{ 'Check_MKAgent 1.2.4': ensure => installed, source => 'c:installers\\check-mk-agent.exe', install_options => ['/S', '/D=C:\

Re: [Puppet Users] Puppet module template mentioned at contributor summit

2014-02-28 Thread Alessandro Franceschi
Ok, I think we are talking about the same thing, then: https://github.com/stdmod/puppet-skeleton-standard/blob/develop/manifests/init.pp.erb should follow what you described as defaults.pp patterns , just it uses a class named params and not default. On Friday, February 28, 2014 11:20:57 AM UTC+

Re: [Puppet Users] Puppet module template mentioned at contributor summit

2014-02-28 Thread Craig Dunn
The main difference between Gareth's current params.pp and the 'defaults.pp' model I was suggesting is that in the Gareth's pattern the params class is inherited by the base class, and all the component subclasses reference the variables explicitly in the scope of base::params eg: service { $<

Re: [Puppet Users] Condition on class existence on agent

2014-02-28 Thread zerozerounouno
On Thursday, February 27, 2014 5:16:43 PM UTC+1, nikolavp wrote: More can be found in > > http://docs.puppetlabs.com/puppet/latest/reference/lang_classes.html#inheritance > > look at the "Overriding Resource Attributes" section. Although I don't > like inheritance as you describe it if roleB i