Re: [Puppet Users] connection refused: 8140

2016-02-19 Thread Rich Burroughs
This is PE and I'm pretty sure iptables can cause this. I believe I've had the same problem, because iptables was blocking the installer from connecting to Puppet DB. I was doing a monolithic install but I expect it could happen if Puppet DB is running on a separate host too. Take a look at the

Re: [Puppet Users] Re: Please explain need for multiple .ppm files in a single module

2016-02-19 Thread Denmat
> On 20 Feb 2016, at 00:28, warron.french wrote: > > Denmant, so, if I wanted to write my own module for the Audit configurations > on a Solaris 10 {x86|sparc} and CentOS {x86_64} and I knew I needed to break > it down (in my mind) as the following: > Configure audit

Re: [Puppet Users] Re: Please explain need for multiple .ppm files in a single module

2016-02-19 Thread warron.french
Thanks John, that clears it up very well. On Feb 19, 2016 9:14 AM, "jcbollinger" wrote: > > > On Thursday, February 18, 2016 at 2:52:07 PM UTC-6, Warron French wrote: >> >> JCBollinger, in my training classes over the last 3 years, we always >> wrote modules with a

Re: [Puppet Users] connection refused: 8140

2016-02-19 Thread warron.french
Chaitanya, you should have been able to install the Puppet Master easily without disabling or removing the iptables at all. Explain your environment, CentOS, or what OSI exactly by brand and version. What puppet master installation? Monolithic or separated? How are you implementing the Puppet

Re: [Puppet Users] v3 agent to v4 master ssl issue

2016-02-19 Thread warron.french
HI Christopher, is either certain invalid/expired? I don't know the typical certificate lifespan. On Feb 19, 2016 3:54 PM, "Christopher Wood" wrote: > I checked, the CA in use on my puppet4/puppetserver installation > definitely has no subjectAltName extension and a

Re: [Puppet Users] SERVER: Could not match |$mount|

2016-02-19 Thread Henrik Lindberg
On 19/02/16 12:33, Michael Wörz wrote: Hello, given the following dict storage: layout: ORA nfs: mounts: /home: sharedfiler:/vol_MWO_shared/misc/os/home /oracle: sharedfiler:/vol/mwo_shared_cdot/misc/db/oracle/oracle i want to iterate over mounts class sysctl::encmounts(){

Re: [Puppet Users] Announce: A REPL for the puppet language

2016-02-19 Thread Rich Burroughs
Wow! I can't wait to have a look at this. Rich On Fri, Feb 19, 2016 at 3:04 PM Corey Osman wrote: > Hi, > > I created a REPL for the puppet language this week. This is something that > has been lacking for quite some time. > > > https://github.com/nwops/puppet-repl > >

[Puppet Users] Announce: A REPL for the puppet language

2016-02-19 Thread Corey Osman
Hi, I created a REPL for the puppet language this week. This is something that has been lacking for quite some time. https://github.com/nwops/puppet-repl Install: gem install puppet-repl bash$ prepl It is currently at version 0.0.1 but is still very

[Puppet Users] Do services have an implicit dependency on the binary executable?

2016-02-19 Thread David Karr
I just started reading about Puppet a few days ago, so some of my questions may be simple. I noticed that you can specify explicit dependencies between resources in several ways. There are also a small number of cases where Puppet adds implicit dependencies (file to parent directory, for

Re: [Puppet Users] v3 agent to v4 master ssl issue

2016-02-19 Thread Christopher Wood
I checked, the CA in use on my puppet4/puppetserver installation definitely has no subjectAltName extension and a puppet4 agent works. In all likelihood I messed up something in the config. On Wed, Feb 17, 2016 at 10:23:19PM +0100, Felix Frank wrote: > Hi Christopher, > > I have no first hand

Re: [Puppet Users] AIX Agent with NIM

2016-02-19 Thread Michael Stahnke
Hey thanks for that feedback. If we could have that in a Jira ticket, it'd be more likely to get attention, as we could get it to the right folk to look at. I know I am always interested in feedback on our AIX work, because all customers/users do not use it the same way. File a ticket in the PUP

[Puppet Users] Re: To namespace, or not to namespace, that is the question

2016-02-19 Thread jcbollinger
On Thursday, February 18, 2016 at 4:03:32 PM UTC-6, Micah Anderson wrote: > > Hello, puppet users > > Reviewing a friend's puppet module, puppet-lint shows he didn't use the > explicit namespace on variables. He told me that he used the Style Guide[1] > and the Beginner's Guide to Modules[2]

[Puppet Users] connection refused: 8140

2016-02-19 Thread Chaitanya Phani
Hi All, When I run "puppet agent --test" i am getting the connection refused error at port 8140. When I am installing puppet master I have faced the following issues *Issue 1: * Initially when I installed puppet enterprise the installation failed due to some firewall issue. I tried to stop

[Puppet Users] AIX Agent with NIM

2016-02-19 Thread Ian Stickland
Hi - I have been playing around with the Puppet AIX agent and trying to get my head around the NIM package provider. The task I've set myself is to write a basic module that allows me to install the latest OpenSSL/SSH fixes as this has become quite a regular task :) I've kind of got

[Puppet Users] Custom type, relationship and fetch order

2016-02-19 Thread Thomas Champagne
Hi, I try to develop a new module to deploy resources with an API REST. But I have problems to define relationship between two resources. I haven't problem to fetch and flush resource individually. This two resources are fetch with a REST endpoint but I can have the relationship between

Re: [Puppet Users] Re: Please explain need for multiple .ppm files in a single module

2016-02-19 Thread jcbollinger
On Thursday, February 18, 2016 at 2:52:07 PM UTC-6, Warron French wrote: > > JCBollinger, in my training classes over the last 3 years, we always wrote > modules with a single init.pp; that's why I am surprised. > > Training classes typically use small problems for their examples, and they

Re: [Puppet Users] Difference between Puppet agent v. apply

2016-02-19 Thread warron.french
Thanks a lot Rich! I appreciate the chat. -- Warron French On Thu, Feb 18, 2016 at 3:55 PM, Rich Burroughs wrote: > They would not likely have covered Rspec in Puppet Fundamentals, if you > took that. Rspec is a Ruby testing framework, and most

Re: [Puppet Users] Re: Please explain need for multiple .ppm files in a single module

2016-02-19 Thread warron.french
*Denmant, *so, if I wanted to write my own module for the *Audit* configurations on a Solaris 10 {x86|sparc} and CentOS {x86_64} and I knew I needed to break it down (in my mind) as the following: 1. Configure audit rules (Solaris [audit_control] CentOS [audit.rules]) through

[Puppet Users] SERVER: Could not match |$mount|

2016-02-19 Thread Michael Wörz
Hello, given the following dict storage: layout: ORA nfs: mounts: /home: sharedfiler:/vol_MWO_shared/misc/os/home /oracle: sharedfiler:/vol/mwo_shared_cdot/misc/db/oracle/oracle i want to iterate over mounts class sysctl::encmounts(){