[Puppet Users] Re: puppet 8140 port is not listening

2016-07-19 Thread Jason Hatman
Hello. I had this issue as well. My VM only has 2GB of RAM total and puppetserver was configured to use the same, 2GB. That's why it failed. The puppetserver service never was starting. I edited /etc/default/puppetserver to only allow puppet server to use 1GB and then the service started suc

[Puppet Users] no child process

2014-05-12 Thread Jason Hatman
Occasionally one of my osx servers will fail a puppet run. If I run it again manually it works fine. It happens about once per day. Puppet agent runs every hour. Any Ideas what this means? All I'm doing is writing a string value to a plist file. Here's what the puppet log says in Dashboard.

Re: [Puppet Users] Re: Failed when searching for node

2014-05-04 Thread Jason Hatman
Dashboard opens fine. I have the module line commented because puppetmaster also uses passenger and it's already loaded. I'll try the enc line in terminal when I get a chance.  Sent from Mailbox for iPhone — Jason Hatman 270-790-1139 On Sun, May 4, 2014 at 8:23 AM, liu.cy wrote: &g

[Puppet Users] Re: Failed when searching for node

2014-05-03 Thread Jason Hatman
For this setup I used the puppetmaster-passenger install. Then I installed dashboard using passenger. Nodes fail to talk to dashboard using passenger. I started over and used the puppetmaster install. I then installed passenger manually. Then when I installed dashboard and configured it to use

[Puppet Users] Re: Failed when searching for node

2014-05-02 Thread Jason Hatman
> > My error log shows something else. > [Thu May 01 12:54:58 2014] [error] [client 10.3.32.16] File does not exist: /usr/share/puppet-dashboard/public/favicon.ico [Thu May 01 12:55:04 2014] [error] [client 10.3.32.16] Directory index forbidden by Options directive: /usr/share/puppet-dashboard

[Puppet Users] Failed when searching for node

2014-05-02 Thread Jason Hatman
I've configured a new puppetmaster server. I've installed Dashboard. Everything works fine using webrick. As soon as I start using apache2 to serve dashboard, the nodes stop working. I can't quite pin down where the problem is. ERROR MESSAGE Error: Could not retrieve catalog from remote serv

Re: [Puppet Users] puppet sub-folders

2014-04-29 Thread Jason Hatman
> > I'm using modules right now. However, I have 90% of my manifests in one > module. My site.pp is also very small. Should I break them up into > different modules? I really haven't put much thought into that because I > didn't have very many manifests at first. Now, my library is growing

[Puppet Users] Re: puppet sub-folders

2014-04-29 Thread Jason Hatman
I suppose I should have mentioned that I'm using a Puppetmaster server to dish out all of my manifests. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-u

[Puppet Users] puppet sub-folders

2014-04-29 Thread Jason Hatman
My manifests folder is getting pretty full and a little messy. Can I create directories in my manifests folder for my main module? Does puppet understand to look in the folders or will this mess everything up? -- You received this message because you are subscribed to the Google Groups "Pupp

[Puppet Users] launchd plist not refreshing

2014-03-17 Thread Jason Hatman
I have several machines that occasionally go "unresponsive" in Dashboard. Not all computers do, but all machines are receiving the same manifests to control the launchd plist. What's going on. All computers are running puppet 3.4.3. *Here is my Launchd plist (com.puppetlabs.puppet.plist):*

[Puppet Users] Re: CFPropertyList usage

2014-03-03 Thread Jason Hatman
Well, that was just ignorance on my part. I have followed instructions at https://github.com/mosen/puppet-plist and now I'm up and running. This provider has the ability to use either CFPropertyList or PlistBuddy for plist modification. -- You received this message because you are subscribed

Re: [Puppet Users] CFPropertyList usage

2014-02-28 Thread Jason Hatman
Thanks for the suggestion. I tried making it all lowercase, but I'm getting the same results. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+uns

[Puppet Users] CFPropertyList usage

2014-02-28 Thread Jason Hatman
I've been looking all over for usage examples for CFPropertyList. I'm trying to make a test manifest to create a simple plist and it keeps saying that it can't find class CFPropertyList. I downloaded the zip from https://github.com/ckruse/CFPropertyList/ and unzipped it into /etc/puppet/module

[Puppet Users] Re: Ruby errors

2014-02-08 Thread Jason Hatman
Turns out that this is an OS X Mavericks issue with Puppet/Facter. It's expected to be fixed with Facter 1.7.5 which isn't stable yet. For now, installing the gem version of Puppet seems to have fixed the problem. -- You received this message because you are subscribed to the Google Groups "

[Puppet Users] Ruby errors

2014-02-06 Thread Jason Hatman
One of my clients wasn't checking in with puppet so I decided to reinstall facter and puppet on that client. I did so and now when I try to run puppet agent it crashes with a lot of ruby errors. This is mavericks so I have the contents of /usr/lib/ruby/site_ruby/1.8 symlinked into /usr/lib/ru

[Puppet Users] Re: Enabling Inventory Support for dashboard give SSL_connect error

2014-02-04 Thread Jason Hatman
> > Figured it out. I assumed that since Dashboard used port 3000 that the CA > did as well. I changed "ca_port" to 8140 and now it works. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving

[Puppet Users] Re: Enabling Inventory Support for dashboard give SSL_connect error

2014-02-04 Thread Jason Hatman
*My settings.yml file looks like this, if it helps.* cn_name: 'dashboard' ca_crl_path: 'certs/dashboard.ca_crl.pem' ca_certificate_path: 'certs/dashboard.ca_cert.pem' certificate_path: 'certs/dashboard.cert.pem' private_key_path: 'certs/dashboard.private_key.pem' public_key_path: 'certs/dashb

[Puppet Users] Re: Enabling Inventory Support for dashboard give SSL_connect error

2014-02-04 Thread Jason Hatman
I too would like some insight into this problem. I'm following the same instructions. Here's my result. root@pmaster3:/usr/share/puppet-dashboard# sudo -u puppet-dashboard rake cert:request NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. G

[Puppet Users] puppet run interval

2014-01-28 Thread Jason Hatman
Do I *have* to set a run interval for puppet? I want it to run every 30 minutes, which I understand is the default. If I don't specify a run interval in puppet.conf will it run anyway every 30 minutes? -- You received this message because you are subscribed to the Google Groups "Puppet Users

Re: [Puppet Users] Puppet Post install

2014-01-23 Thread Jason Hatman
> > Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups

[Puppet Users] Puppet Post install

2014-01-23 Thread Jason Hatman
I have a complete and working Puppet setup. Now, I need to automate it. Looking at the following page: http://docs.puppetlabs.com/guides/installation.html#post-install I can see that it wants me to set up launchd processes for OS X in order to have the Puppet service start at boot. I just w

[Puppet Users] Puppet 3.4.2 OS X

2014-01-21 Thread Jason Hatman
I have my Puppet installation up and running, but I currently just run "puppet agent --test" to use it. As I understand it, in a master/agent configuration, Puppet automatically runs every 30 minutes by default as long as the service is running. With Puppet 3.4.2 on OS X, is there still a need