search for: huneycutt

Displaying 11 results from an estimated 11 matches for "huneycutt".

Did you mean: honeycutt
2008 Jul 28
2
security of auto-sign?
...ubject "cn=A.mydomain") is coming from the IP address of host A?, or is initial host authentication completely left up to us? I understand that a simple reverse lookup isn''t really sufficient, but I am curious if it is part of puppet''s "protocol". -- Chad M. Huneycutt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users-unsubscribe@...
2008 Oct 21
1
No such file or directory - /var/lib/puppet/yaml/*
Hi, I reinstalled puppet-server and am now getting these error messages from clients: err: /File[/var/lib/puppet/facts]: Failed to generate additional resources during transaction: No such file or directory - /var/lib/puppet/yaml/node err: /File[/var/lib/puppet/facts]: Failed to retrieve current state of resource: No such file or directory - /var/lib/puppet/yaml/node Could not describe /facts:
2012 Mar 01
1
puppet 2.7.11 + ruby 1.9.3 + passenger
...etty much all the 3.0.X versions. With passenger versions from 3.0.0 to 3.0.7, I get much more serious sounding errors for both the agent and master. passenger 2.2.2 didn''t seem to really work at all. So my question is, can this work, and if so, what versions should I use? -- Chad M. Huneycutt -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this gr...
2009 Jul 31
6
Augeas and grub.conf
Having just spent about 2 hours trying to work out how to add a password --md5 $1$Qejy8/$.qFUuDeYL.cuSDpN1ZD.S1 line to my grub.conf I thought it would be worth sharing how I finally got it to work. augeas {"/boot/grub/grub.conf": context => "/files/boot/grub/grub.conf", changes => [ "set timeout 15",
2001 Jun 18
1
Portable OpenSSH 2.9p2
Portable OpenSSH 2.9p2 has just been uploaded and shall be making its way to the mirrors listed at http://www.openssh.com/portable.html shortly. This release fixes the "cookies" file deletion problem reported on BUGTRAQ as well as a few other minor (non-security) bugs. No new features have been added in this release. Regards, Damien Miller -- | Damien Miller <djm at
2001 Jun 18
1
Portable OpenSSH 2.9p2
Portable OpenSSH 2.9p2 has just been uploaded and shall be making its way to the mirrors listed at http://www.openssh.com/portable.html shortly. This release fixes the "cookies" file deletion problem reported on BUGTRAQ as well as a few other minor (non-security) bugs. No new features have been added in this release. Regards, Damien Miller -- | Damien Miller <djm at
2013 Feb 01
11
Change the location of puppet.conf
Hey guys, Does anyone know how to change the location of puppet.conf? In my situation, I don''t want to store it under /etc/puppet/puppet.conf or ~/.puppet/puppet.conf -- I''d like to store it under /opt/puppet/puppet.conf in this example. Is there a method without having to symlink, perhaps with an environment variable like PUPPET_CONF=.... ? Thanks for your time, Jason --
2009 Nov 16
4
Installing Packages from puppet files
Hi, I''m a puppet newbie. Is there a way to install an rpm from the files served by the puppet master? If so, what am I doing wrong (see below)? If this isn''t possible, how should I be installing custom rpms? package { "MySQL-server-community": source => "puppet:///files/MySQL-server- community-5.1.40-0.rhel5.i386.rpm" } Thanks in
2010 May 31
9
Problem with dashboard using live report aggregation
Hey, I''m exploring puppet-dashboard right now and I want to get the live aggregation running. But somehow I''m already failing at the puppet.conf entries ;) The Dashboard readme says: ### Live report aggregation To enable report aggregation in Puppet Dashboard, the file `lib/puppet/ puppet_dashboard.rb` must be available in Puppet''s lib path. The easiest way to do this
2012 Dec 03
14
hiera default values for a variable
Hi everyone, I currently have a giant file with default variables I use in a lot of my modules and I override those at the node level if I need to. I thought I would give porting that data into a hiera setup. I worked out how to specify my data sources and started to make a go at moving some of my variables in the default data file. I thought heira would be smart and set a variable to undef if
2012 Dec 17
20
early clean exit from module?
Hi folks, I''ve poked around the language reference, and havent found anything on this so far. I''d like to be able to force a clean early exit from a module. WITHOUT encasing the whole body of the module in an if statement. What I''m looking for: class somemodule { #no this isnt going to be a global variable I''m just using that as an example, if