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
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
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
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
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
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
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
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
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,
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
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
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
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
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
14 matches
Mail list logo