[Puppet Users] Re: Puppet's CA with an external issued CA-Certificate

2016-06-23 Thread Eric Sorenson
This is not fully supported yet, but can work with a couple of caveats - the question has come up a few times recently. Can you please try my draft HOWTO documentation at this gist, and let me know how it works for you? You can reply here or comment on the gist if there are specific lines that

[Puppet Users] Re: Puppet's CA with an external issued CA-Certificate

2016-06-23 Thread Christoph Fiehe
This is exactly the use case, I require in my scenario. I must have several Puppet CAs, each acting as intermediate CA that has an individual CA certificate signed by a single root CA. Each intermediate CA signes the certificates of some puppet agents. I have created a small picture to show y

[Puppet Users] Load Balancer for Puppet Master

2016-06-23 Thread Braian Fabián Leiva
I'm trying to setup a Load Balancer in front of some Compile Masters and the Puppet docs says that I can achieve that either with raw TCP proxying, or acting as its own SSL endpoint[1]. If I configure the LB with SSL and SNAT will that work? Is it better to use bridging instead? [1] https://do

[Puppet Users] Writing my first role

2016-06-23 Thread Alex Samad
Hi So greenfield install. I'm a newbie. I have setup the latest puppet open source, using r10k + git. I have started with the control-repo. I have my 'alex' branch/environment. I can see there is a directory site/profile/manifests I presume I can put my "code" here for example cat site/pro

Re: [Puppet Users] external node classifier my setup

2016-06-23 Thread Rob Nelson
The values they receive for a particular module parameter does not need to have anything to do with their environment. That can come from hiera. On Thursday, June 23, 2016, Alex Samad wrote: > On 24 June 2016 at 00:16, jcbollinger > wrote: > > > > > > On Thursday, June 23, 2016 at 1:30:37 AM UT

Re: [Puppet Users] Re: external node classifier my setup

2016-06-23 Thread Alex Samad
On 24 June 2016 at 00:16, jcbollinger wrote: > > > On Thursday, June 23, 2016 at 1:30:37 AM UTC-5, Alex Samad wrote: >> >> Hi >> >> So I am a bit of a newbie. My assumption was to setup using a master >> puppet server. But I wanted to make sure that environment was handled >> by the master puppet

[Puppet Users] SRV records not working correctly

2016-06-23 Thread Matthew Ceroni
I am attempting to load balance two master servers via SRV records. https://gist.github.com/cyrus-mc/fefef0d07dcb6fe211ad8514ce2c710a As you can see at line 6 it finds 2 records for the specified SRV. At line 15 it makes a connection to one of the Puppet servers. However at line 29 it connects

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

2016-06-23 Thread Ali
Update: There were some issue in crontab , after fixing those error got fixed On Thursday, April 28, 2016 at 12:41:39 PM UTC-4, Ali wrote: > Nothing is in that password check log file -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsu

[Puppet Users] EAR application deploy in Local Weblogic

2016-06-23 Thread Mauro Fiorin Jr
I'm trying to deploy an EAR on a existing domain: /servers/Oracle/Middleware/user_projects/domains/MyApp I have Weblogic Server configured and running correctly on my station. dtp_referencia::util::download_artifact { 'myappejbear': gav => $gav, packaging=> $packaging,

Re: [Puppet Users] Re: Hiera lookup fail : doesan't find json file

2016-06-23 Thread Henrik Lindberg
On 23/06/16 07:45, chris wrote: On Thursday, 23 June 2016 11:06:54 UTC+10, chris wrote: So as you can see from above, it prefixes each keyname with the dir and appends '.json', as it should BUT only if keyname/data src has a numeric digit in it! Is this a bug in puppet?? Or am I missing someth

Re: [Puppet Users] Re: external node classifier my setup

2016-06-23 Thread jcbollinger
On Thursday, June 23, 2016 at 1:30:37 AM UTC-5, Alex Samad wrote: > > Hi > > So I am a bit of a newbie. My assumption was to setup using a master > puppet server. But I wanted to make sure that environment was handled > by the master puppet - I have control over that and I might not be > abl

[Puppet Users] Re: get one file with all server in puppet (export resource)

2016-06-23 Thread jcbollinger
On Thursday, June 23, 2016 at 4:17:39 AM UTC-5, Andreas Dvorak wrote: > > Hi, > > now I have change it a little, but it still does not work. > > class check_mk::agent::serverlist { > @@server_list { "$::hostname": > filename => '/tmp/checkmkhosts', > } > > define server_list ( $filename

Re: [Puppet Users] Docs Typo (I think)

2016-06-23 Thread Dan White
Done. https://tickets.puppetlabs.com/browse/DOCUMENT-562 Dan White | d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” (Bill Waterson: Calvi

[Puppet Users] Re: get one file with all server in puppet (export resource)

2016-06-23 Thread Andreas Dvorak
Hi, now I have change it a little, but it still does not work. class check_mk::agent::serverlist { @@server_list { "$::hostname": filename => '/tmp/checkmkhosts', } define server_list ( $filename ) { ensure_resource ( 'file', $filename, {} ) } } class check_mk::server::serverli