No, those are not mandatory. You should be good with the settings you
mentioned.
HTH
-Kaustubh
On Thursday, December 25, 2014 6:36:01 PM UTC-5, Vince Skahan wrote:
>
> I'm trying to set up a puppet master and client under ESXi in a home lab
> using Debian wheezy. Following the instructions at
Is there a firewall wall in between ? make sure from client you are able to
run # telnet puppetmaster.example.com 8140 (replace the fqdn with your
puppet master name).
HTH
-Kaustubh
On Sunday, December 28, 2014 3:36:42 PM UTC-5, havay...@gmail.com wrote:
>
> Hi everyone,
>
> I'm a newbie with p
Thanks, Felix, for clarifying.
As far as I know, facts are collected *before* the execution.
therefore the following workflow will not work: 1. generate certificates 2.
distribute them across the odes (including their contents).
Any workaround for this?
One idea I could come up is to export the
I just upgraded some of my agents to 3.7.3 and and now getting a warning:
Warning: Found multiple default providers for vcsrepo: dummy, cvs, hg, svn,
bzr, git; using dummy
I checked all the modules that are using vcsrepo and they all specify a
provider - how to I get rid of this warning?
Ellick
This is likely a memory issue. Can you verify that the machine on which
you're running the server has sufficient memory? You can also try
decreasing the amount of memory allocated to the server - see
https://github.com/puppetlabs/puppet-server/blob/master/documentation/install_from_packages.markd
On 12/29/2014 06:40 PM, Gin wrote:
> As far as I know, facts are collected *before* the execution.
> therefore the following workflow will not work: 1. generate
> certificates 2. distribute them across the odes (including their
> contents).
>
> Any workaround for this?
> One idea I could come up is