Re: [Puppet Users] puppet agent 2.6.0 runs very slow
Hello, In your bugreport, you mention: File: 120.92 Do you have a File resource with "recurse => true" on a directory with many files/sub-directories ? In this case puppet will stat each of these files/directories, which can be quite time-consuming. Cheers, Marc -- You received this message
Re: [Puppet Users] Collecting _all_ ssh keys
On 7/19/2010 10:34 PM, Jeff McCune wrote: On Mon, Jul 19, 2010 at 7:52 AM, Klaus Ethgen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Sa den 12. Jun 2010 um 10:03 schrieb David Schmitt: You'll need to set a properly unique title, and set the namevar explicitely: @@sshkey {
Re: [Puppet Users] Struggling with syntax
On 7/23/2010 2:22 PM, ScubaDude wrote: file { "audit.rules": owner => "root", group => "root", mode => "600", path => $operatingsystem ? { default => "/etc/audit.rules", }, case $
Re: [Puppet Users] Collecting _all_ ssh keys
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Mo den 26. Jul 2010 um 8:13 schrieb David Schmitt: > On 7/19/2010 10:34 PM, Jeff McCune wrote: > > host_aliases => "${fqdn}", [...] > http://docs.puppetlabs.com/guides/types/ssh/sshkey.html doesn't talk > about host_aliases, so somethin
[Puppet Users] Getting started
Hey, I have just installed puppet I wanted some basic tasks ,so that i will get started with it .. Can anyone help out .. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.co
Re: [Puppet Users] Getting started
On Jul 26, 2010, at 8:36 AM, parag(PK) wrote: > I have just installed puppet > I wanted some basic tasks ,so that i will get started with it .. > Can anyone help out .. I’m going to ignore the fascinating cultural differences your posts bring to light and instead just say… http://docs.
Re: [Puppet Users] Getting started
On 07/26/2010 02:36 PM, parag(PK) wrote: Hey, I have just installed puppet I wanted some basic tasks ,so that i will get started with it .. Can anyone help out .. If you're interested in getting started, you might like to read the documentation in the "Getting Started" area : http
[Puppet Users] Re: Foreman / External Nodes -- Node Not found
It was an issue with the FQDN value. Since it was a VM that was testing, I had the hostname value on /etc/sysconfig/network set to hostname only, as opposed to FQDN. Once I took care of that and value took in, then I could query the node via classifier/fqdn. On Jul 24, 2:14 am, Ohad Levy wrote:
[Puppet Users] Re: rollback from 2.6...
Thanks Jeff, that worked out just fine. Cheers, Henry On Jul 25, 4:33 pm, Jeff McCune wrote: > On Fri, Jul 23, 2010 at 4:50 PM, CraftyTech wrote: > > Hello, > > > If I installed from source (install.rb), is there a "by the book" > > method for rolling back to 25.4? I installed 2.6 and it
[Puppet Users] Re: puppet agent 2.6.0 runs very slow
On Jul 26, 2:00 am, Marc Fournier wrote: > Do you have a File resource with "recurse => true" on a directory with Marc hi; thanks for the idea! checkig...; Andrei -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send emai
[Puppet Users] certificate verified failed -- After upgrade/rollback from 2.6
Hello All, So it turns out that after the upgrade and subsequent rollback from 2.6, I can't get clients to connect to puppetserver anymore. Something got broken with the ssl and I'm having a tough time identifying the problem. So far, I've tried puppetca --clean all (and hostname specific),
Re: [Puppet Users] certificate verified failed -- After upgrade/rollback from 2.6
I can think of two things - date/time mismatch at server & client. And why aren't the certificates in /var/lib/puppet (for puppetmaster) ? On Mon, Jul 26, 2010 at 7:30 PM, CraftyTech wrote: > Hello All, > > So it turns out that after the upgrade and subsequent rollback > from 2.6, I can't ge
[Puppet Users] ANNOUNCE: Puppet 2.6.1 - Release Candidate 1 available!
In the long Puppet tradition of fast releases and agile iteration comes the 2.6.1 release! The first release candidate is now available and is a maintenance release in the 2.6.x branch. It contains a number of functional and performance enhancements including preliminary support for running Puppe
[Puppet Users] unique behavior on puppet agent running on puppet master node
(reposted from irc) Having just upgraded to 2.6, I am seeing different behavior between the agent running on the master node and the rest of the agents. Most importantly, it complains about "warning: You cannot collect without storeconfigs being set" even though storeconfigs=true in the [master]
[Puppet Users] Re: certificate verified failed -- After upgrade/rollback from 2.6
The times are in Sync via NTP. The SSL are in default location as I didn't define it in puppet.conf. I basically deleted /etc/puppet/ ssl, /var/lib/puppet/ssl, Did: puppetca --revoke --all, puppetca -- clean --all... and still "certificate verify failed" !!. At this point, I'm willing to start f
[Puppet Users] Re: certificate verified failed -- After upgrade/rollback from 2.6
Here's the trace: puppetd -t --trace --debug debug: Failed to load library 'selinux' for feature 'selinux' debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist debug: Puppet::Type::User::ProviderLdap: true value when expecting false debug: Puppet::Type::User::ProviderPw:
[Puppet Users] Re: certificate verified failed -- After upgrade/rollback from 2.6
If I query the puppet port via SSL: openssl s_client -connect server.dev.domain.com:8140 CONNECTED(0003) depth=1 /CN=ca verify error:num=19:self signed certificate in certificate chain verify return:0 --- Certificate chain 0 s:/CN=server.dev.domain.com i:/CN=ca 1 s:/CN=ca i:/CN=ca --- S
[Puppet Users] Re: Struggling with syntax
On Jul 26, 12:20 am, David Schmitt wrote: > > Write instead: > > file { > "audit.rules": > owner => "root", > group => "root", > mode => "600", > path => $operatingsystem ? { > default => "/etc
Re: [Puppet Users] Ubuntu Desktop
But I am not able to login as firstuser when the machine comes back. How do I enable gnome login for users already created . A new user added user adduser also is not able to login using the graphical window . Are you sure the user account is not deactivated? I ran into this issue one
Re: [Puppet Users] certificate verified failed -- After upgrade/rollback from 2.6
On Mon, July 26, 2010 09:00, CraftyTech wrote: > Hello All, > > So it turns out that after the upgrade and subsequent rollback > from 2.6, I can't get clients to connect to puppetserver anymore. > Something got broken with the ssl and I'm having a tough time > identifying the problem. So far
[Puppet Users] Re: certificate verified failed -- After upgrade/rollback from 2.6
Yeah.. this is a pretty funky situation.. So recap, I covered all the basics of Puppet/SSL connectivity: 1) times are synced via NTP 2) All SSL values are default 3) SElinux and iptables are off 4) client/server are on the same network 5) all hostnames resolve to fqdn from both dns/files All I di
[Puppet Users] Numerical Comparisons in 0.24.8
I have a node definition that passes a parameter that sets a certain version of code being installed on a node, like this... elements::customer { tfel0: ensure => running, enable => true, version_core => "1.18.
Re: [Puppet Users] Re: rollback from 2.6...
Thanks Jeff, Super helpful! -Tom On Jul 26, 2010, at 9:03 AM, CraftyTech wrote: > Thanks Jeff, that worked out just fine. > > Cheers, > > Henry > > On Jul 25, 4:33 pm, Jeff McCune wrote: >> On Fri, Jul 23, 2010 at 4:50 PM, CraftyTech wrote: >>> Hello, >> >>> If I installed from source (
[Puppet Users] Re: certificate verified failed -- After upgrade/rollback from 2.6
Got It !!! Here's the thing: All the steps I followed were well and good, but I needed to actually stop puppetmasterd, before they could actually work (wasn't the case in the past). So there you have it newbies... On Jul 26, 12:53 pm, CraftyTech wrote: > Yeah.. this is a pretty funky situation..
Re: [Puppet Users] Numerical Comparisons in 0.24.8
On Mon, 26 Jul 2010, Douglas Garstang wrote: [need to compare two version numbers: "1.18.29-1" and "1.22"] > > I can't do a pure mathematical comparison because the "-" is in the > version number. I tried splitting that into two and passing the > version as 1.18.29, but puppet complains about th
Re: [Puppet Users] Numerical Comparisons in 0.24.8
Thanks Alan. That did the trick. On Mon, Jul 26, 2010 at 10:27 AM, Alan Barrett wrote: > On Mon, 26 Jul 2010, Douglas Garstang wrote: > [need to compare two version numbers: "1.18.29-1" and "1.22"] >> >> I can't do a pure mathematical comparison because the "-" is in the >> version number. I tri
[Puppet Users] Puppet Camp Redux - October 7th-8th in San Francisco
Hi all After the success of last year's Puppet Camp and Puppet Camp Europe we're going to be running Puppet Camp again in the United States. The current dates are October 7th and 8th (Thursday and Friday) and the location will be San Francisco - currently TBD but downtown San Francisco. So mark
Re: [Puppet Users] Re: certificate verified failed -- After upgrade/rollback from 2.6
On Mon, July 26, 2010 12:12, CraftyTech wrote: > Got It !!! Here's the thing: All the steps I followed were well and > good, but I needed to actually stop puppetmasterd, before they could > actually work (wasn't the case in the past). So there you have it > newbies... Well, drat. I've been doin
[Puppet Users] Can't get simplest client / server connection to work still
2010-07-26
Thread
WEB PAGE: http://www.dyarstraights.com (08/14/04) WEB PAGE: http://www.livejournal.com/users/allyson13/ (08/14/04) David Dyer-Bennet 11/30/04 Minneapolis, Minnesota Address(es):
I've triple-checked that I'm restarting the server after changing the config. I'm sure I have been all along; in any case the latest test fails just like the others, with err: Could not retrieve catalog from remote server: hostname not match with the server certificate Just out of curiosity, whi
Re: [Puppet Users] Empty set in MySQL for puppetdashboard.
Hello there, Thanks for reporting the issue you're having. I've taken the liberty of creating a ticket[1] for it so we can track it. Can we continue this discussion there? [1] http://projects.reductivelabs.com/issues/4366 Rein Henrichs http://puppetlabs.com On Wed, Jul 21, 2010 at 8:18 AM, Mak
Re: [Puppet Users] Re: rollback from 2.6...
What problem did you have with foreman after migrating to 2.6? I am concerned about this.. since I am running a 0.25.x branch o puppet with foreman and I am planning to migrate to 2.6... Thanks in advance, Gus On Mon, Jul 26, 2010 at 2:06 PM, Thomas A. McGonagle wrote: > Thanks Jeff, > Super h
[Puppet Users] Re: Can't get simplest client / server connection to work still
Try messing with the: certname= value in the [puppetd] Stanza. Other than that, there is a way to see what the name on the cert is. I have used that but can't recall the openssl command for that. Search for it. On Jul 27, 4:29 am, "WEB PAGE: http://www.dyarstraights.com (08/14/04) WEB PAGE:
Re: [Puppet Users] Can't get simplest client / server connection to work still
On Mon, Jul 26, 2010 at 12:29 PM, WEB PAGE: http://www.dyarstraights.com (08/14/04) WEB PAGE: http://www.livejournal.com/users/allyson13/ (08/14/04) David Dyer-Bennet 11/30/04 Minneapolis, Minnesota Address(es): wrote: > I've triple-checked that I'm restarting the server after changing the > confi
Re: [Puppet Users] Collecting _all_ ssh keys
On Mon, Jul 26, 2010 at 3:38 AM, Klaus Ethgen wrote: > > However, it doesn't matter for this particular problem as it doesn't > work either. Hrm... Could you be more specific about what's not working? The two resources I posted should manage both the DSA and RSA keys on all of your systems. W
[Puppet Users] Re: 0.25.4 caching problem with custom function
Could it be that when you change "nagios_name.rb" file on pupptermaster A, there is an event triggered so that Apache reloads this file? But since this event isn't passed over to nfs in any way, this doesn't happend to puppetmaster B? Have you tried to restart every component after you change a fi