[Puppet Users] fqdn fact is set to "localhost" at boot time

2016-03-30 Thread David Alden
Hi, I'm running into a problem with puppet agent on my Mac's. I have ~200 mac's and when they reboot, a few of them (typically 5-10) have problems where the "fqdn" fact is set to "localhost" (as is the "hostname" fact). This causes them to try to request a new cert using the certname "local

Re: [Puppet Users] What is the "@" used for?

2012-10-26 Thread David Alden
Hi, On Oct 26, 2012, at 11:58 AM, jcbollinger wrote: > On Thursday, October 25, 2012 7:40:50 PM UTC-5, Ben McCann wrote: > See http://docs.puppetlabs.com/guides/virtual_resources.html > > On Thursday, October 25, 2012 5:01:45 PM UTC-7, Dave Alden wrote: > Hi, > Sorry to be dense, but I've recen

Re: [Puppet Users] puppetd locking up?

2012-04-12 Thread David Alden
Hi, On Apr 11, 2012, at 7:38 PM, Jason Antman wrote: > Sorry I missed this thread until now. > > Are you running with --listen? If so, try: > echo "" | nc localhost 8139 > and see if that helps. > > https://projects.puppetlabs.com/issues/12185 > is tracking an issue where puppetd, running with

Re: [Puppet Users] puppetd locking up?

2012-04-11 Thread David Alden
Hi, > On Apr 10, 2012, at 5:43 PM, Jeff McCune wrote: > Hey Dave, is this running the stock Ruby that comes with EL6 ? Yup: ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] This seems to be the same as: https://projects.puppetlabs.com/issues/13000 ...dave -- You received this message

Re: [Puppet Users] puppetd locking up?

2012-04-11 Thread David Alden
Hi, Thanks for all of the replies so far. On Apr 10, 2012, at 5:37 PM, Jean Baptiste FAVRE wrote: > Seems to be the same as described here: > https://groups.google.com/forum/?fromgroups#!topic/puppet-users/N1XcMTth7mE Yes it does. On Apr 11, 2012, at 3:16 AM, Elias Abacioglu wrote: > I have t

[Puppet Users] puppetd locking up?

2012-04-10 Thread David Alden
Hi, I've recently started to have a problem where some of my clients puppetd processes are locking up (the puppetdlock file is several hours old). My server is running puppet 2.7.12 on Centos 6.2 and my clients are running puppet 2.7.12 on Scientific Linux 6.2. If I check the puppetdlock file

[Puppet Users] puppet with launchd - problem with hostname

2012-03-27 Thread David Alden
Hi, We're having a problem with our puppet install on our mac's. We've setup a launchd plist following the instructions at: http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_With_Launchd The problem we're having is that when the mac initially boots, it's hostname is fubar.local - a

Re: [SPAM] Re: [Puppet Users] problem with fund service

2011-12-09 Thread David Alden
Hi, On Dec 8, 2011, at Dec 8, 6:34 PM, Jacob Helwig wrote: > On 2011-12-08 15:30 , David Alden wrote: >> If funcd isn't running, puppet doesn't start it. I checked the funcd >> service script and it looks correct (if you do "service funcd status" it >&g

[Puppet Users] problem with fund service

2011-12-08 Thread David Alden
Hi, I wrote a small func module that installs and configures func. The problem I'm having is that the service type isn't properly starting the service. I have the following: class func::service { Service { enable => true, ensure => running, hasrestart => true, hasstatus =>

Re: [SPAM] Re: [Puppet Users] help with the firewall puppet forge module

2011-10-25 Thread David Alden
Hi, On Oct 25, 2011, at Oct 25, 9:54 PM, Ken Barber wrote: > Did you run puppet agent -t on your master? No, I hadn't. Is that mentioned in the instructions, or should I have known that? :-) I'm setting up a new puppet server (sadly I've been running the same old version since the guy who se

Re: [SPAM] Re: [Puppet Users] help with the firewall puppet forge module

2011-10-25 Thread David Alden
Hi, On Oct 25, 2011, at Oct 25, 9:42 PM, Ken Barber wrote: > Try restarting your puppetmaster and trying again. Nope - same problem. Thanks for the suggestion. ...dave -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, se

Re: [Puppet Users] help with the firewall puppet forge module

2011-10-25 Thread David Alden
Hi, On Oct 25, 2011, at Oct 25, 6:20 PM, Nigel Kersten wrote: > Dave, you may have an older version of puppet-module tool that requires you > to do: > > mv puppetlabs-firewall firewall > > Newer versions strip the user prefix from the module name automatically. I'm running 0.3.4. The module w

[Puppet Users] help with the firewall puppet forge module

2011-10-25 Thread David Alden
Hi,  I'm new to the puppet forge - I decided to give the puppetlabs firewall module a try.  I ran: cd /etc/puppet/modules  # yes - this is where my modules go puppet-module install puppetlabs-firewall and I modified my puppet.conf to include the "pluginsync = true" in the [agent] section.  When