Re: [Puppet Users] Re: Puppet Hiera Hash SubKey Interpolation

2016-04-27 Thread Henrik Lindberg
On 27/04/16 15:05, Aaron Russell wrote: I am not sure if you can lookup a subkey like that in hiera. (i could be wrong) In later versions of puppet/hiera, it is possible to use dot (.) notation to lookup a value within the data that is produced by they key. It is possible to use both

[Puppet Users] Puppet enterprise 2016.1.1 installation failing with following error

2016-04-27 Thread Ali
My RedHat system do not have access to internet and while installing puppet . /var/log/puppetlabs/installer/install_log.lastrun.template2.example.com.log file for more info.+ display_newline '{md5}42bbd7fe0fd5d10cbfa6b92a90f7592b'^[[0m ^[[1;33mWarning: Puppet::Type::Package::ProviderYum:

[Puppet Users] Announce: Puppet Server 2.3.2 Available (SECURITY)

2016-04-27 Thread Eric Sorenson
Hi all, hot on the heels of yesterday's releases we have a new Puppet Server release up today: 2.3.2. This is primarily a security fix which addresses a LOW RISK (3.5 CVSS3 score) security hole described at: https://puppet.com/security/cve/cve-2016-2785 Read the full release notes here:

Re: [Puppet Users] Puppet install failure

2016-04-27 Thread Paul Trepanier
Thanks for your help everybody! I should have just done the RT*M thing from the start... On Tuesday, April 26, 2016 at 3:39:45 PM UTC-5, Melissa Stone wrote: > > > > On Tue, Apr 26, 2016 at 1:29 PM Paul Trepanier > wrote: > >> Well, puppet docs say just run "yum install

[Puppet Users] Puppetserver SELinux context

2016-04-27 Thread Jonathan Gazeley
Hi folks, I'm running Puppetserver 1.1.3 on CentOS 7 quite happily. I've just started using check_jvm[1] with Nagios to monitor the vital signs of Puppetserver. As you'd expect, SELinux initially stamped all over this so I did the usual and used audit2allow to generate a policy:

[Puppet Users] Re: cron subclass not working

2016-04-27 Thread jcbollinger
On Tuesday, April 26, 2016 at 9:38:24 AM UTC-5, Tony Davis wrote: > > Hi, I'm fairly new to puppet but I've been trying to create some puppet > modules to help me maintain my various PCs/laptops at home. I have created > the following module: > > my module init.pp contains > > > class

[Puppet Users] Re: Setting var to undef does not override class or define defaults

2016-04-27 Thread jcbollinger
On Tuesday, April 26, 2016 at 9:38:24 AM UTC-5, Erik Anderson wrote: > > On Puppet 4.4.1 > > I ran the following: > > class testingclass( > $cmd_path = 'PluginDir', > ){ > $message_ntfy = "cmd_path is set to: ${cmd_path} for ${name}" > notify { $message_ntfy: } > } > > > define

[Puppet Users] Re: Puppet Hiera Hash SubKey Interpolation

2016-04-27 Thread Aaron Russell
I am not sure if you can lookup a subkey like that in hiera. (i could be wrong) But this is how i do something similar. I do a hiera lookup for the hash in the class $mount_points=hiera('talend::exec_mount_points') Then i pull out all the keys $mount_points_keys = keys($mount_points) Then

[Puppet Users] Puppet Hiera Hash SubKey Interpolation

2016-04-27 Thread Manoj Kumar
Hi All, Can you guys please help me to get the hiera hash subkey value in yaml files? What I have in exec.yaml talend::*exec_mount_points:* dataloading2: ad_user : 'user123' ad_password: 'test123' ad_domain: '' creds_file: 'passfile' mount_source:

[Puppet Users] Multiple puppet masters and problem with crl.pem

2016-04-27 Thread Angel L. Mateo
Hello, I'm deploying multiple puppetmasters (running latest puppet server AIO). So I have create a single puppet master acting as CA. I have no problem with this. But the problem I'm having is configuring another puppet master. This one is configure to run its puppetserver but using the

[Puppet Users] puppetserver/agent compatibility matrix

2016-04-27 Thread Albert Shih
Hi I would like to known the compatibility matrix between puppetserver and agent. For example can I use the lastest puppet 4.4 and pupperserver 2.3 with old agent come from puppet 2.7.x ? Regards. JAS -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex

[Puppet Users] Re: Need help! Puppet could not request certificate: No route to host -connect(2)

2016-04-27 Thread Karel Lenc
Just for a reference, what worked for me was to reconfigure the firewall: firewall-cmd --zone=public --add-port=8140/tcp --permanent firewall-cmd --reload Source: http://www.unixmen.com/install-puppet-server-centos-7/ No need to flush all iptables rules... -- You received this message

Re: [Puppet Users] Re: Getting augeas type to working on OS X

2016-04-27 Thread Amos Shapira
Thanks. I'm out of office until Friday, then I'll test that. On Wednesday, 27 April 2016 10:35:06 UTC+10, David Lutterkort wrote: > > On Mon, Apr 25, 2016 at 10:07 PM, Amos Shapira > wrote: > >> Correction - Puppet Agent is version 4.x of Puppet, which we haven't >>

RE: [Puppet Users] Setting var to undef does not override class or define defaults

2016-04-27 Thread Johan De Wit
-Original message- From: Rob Nelson  Sent: Tuesday 26th April 2016 17:15 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Setting var to undef does not override class or define defaults Passing undef to a parameter doesn't unset it. It's the same as not