[Puppet Users] Re: puppetmaster installation instructions questions

2014-12-29 Thread kaustubh chaudhari
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

[Puppet Users] Re: No connection could be made because the target machine actively refused it - Ubuntu VM on Win 8

2014-12-29 Thread kaustubh chaudhari
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

Re: [Puppet Users] Transferring files from node to node

2014-12-29 Thread Gin
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

[Puppet Users] vcsrepo Found multiple default providers puppet 3.7.3

2014-12-29 Thread Ellick Johnson
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

Re: [Puppet Users] Puppet Dead but pid file exists

2014-12-29 Thread Kevin Corcoran
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

Re: [Puppet Users] Transferring files from node to node

2014-12-29 Thread Felix Frank
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