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
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
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
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
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
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
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
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
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 =>
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
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
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
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
13 matches
Mail list logo