search for: holter

Displaying 12 results from an estimated 12 matches for "holter".

Did you mean: holler
2008 Feb 12
4
getaddrinfo: Name or service not known
...#1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux cat /etc/redhat-release: Red Hat Enterprise Linux Server release 5.1 (Tikanga) puppetd --version: 0.24.1 Does anyone know what may be causing this? We have checked /etc/hosts and it seems to be correct. Regards, Kenneth Holter _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2009 Jan 08
5
Puppet client hangs if LDAP server is not accessible
Hi. I''ve noticed that on servers that are both puppet and LDAP clients, the puppet client will hang if the LDAP server is not reachable. Does anyone know what the reason for this is? Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ 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 Sep 10
5
Managing SSH keys
Hello all, I''d like to have Puppet distributing one of your server''s (public) SSH keys, effectively doing the same as the ssh-copy-id command. Is there a build in puppet resource type for managing SSH keys. We''re running version 0.24.4 of puppet. Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ 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@g...
2009 Sep 01
11
Storing puppet info in a database
...clients implement the configuration it logs a specific text to syslog. The syslog message is sent over to our log host, which can parse it and store the information in a database. Maybe the first option is allready implemented? Anyway, have anyone implemented such mechanisms? Best regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ 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@...
2009 Jan 23
2
Notifying a service when config file changes
...ensure => present notify => Service[syslog] } * I thought that the "notify" line would make sure that the syslog service would restart upon changes to the config file, but apparently it isn''t so. Anyone got any suggestions on how to implement this? Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ 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 Sep 12
1
Type nfs_share changes exported folder/file ownership
...these folders are changed to root, even though they owned by another user. Is this a bug/ feature in Puppet, or is this maybe normal NFS export behavior? I haven''t found info in the NFS manual describing this behavior, so I''m thinking this may be a puppet thing. Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ 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@g...
2009 Oct 23
2
The /var/lib/puppet/clientbucket directory grew 4GB in minutes, filling up /var on production server
...individual files found within the CIFS mount point? Anyone know why this is so, and why the clientbucket folder so suddenly got filled up with those "paths"-files? And how can I make sure this doesn''t happen again (at least not on our production servers)? Best regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ 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@...
2011 Dec 19
2
Hosting the user password only, not the .bashrc and -bash_profile files
Hi all, We have a number of server on which user "admin" exists, and that have manual modifications to its bashrc and bash_profile files. What I''d like to do is to host its user password from puppet master, but not the bash-files. I tries this (we''re running Puppet Enterprise 2): -- code start -- pe_accounts::user { ''admin'': password =>
2009 Sep 18
5
Using variables in virtual resources
...orks fine. But when using a virtual definition like this, the variable "server_type" doesn''t seem to have any effect on the if statement "groups". Am I doing something wrong, or is this not supposed to work? I''m running version 0.24.4. Best regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ 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 Apr 25
4
Certificate retrieval failed: Connection reset by peer
Hi. When registering a new client with the puppetmaster I get the following error: [root@host ~]# puppetd --server puppetmaster --waitforcert 50 --test info: Creating a new certificate request for host info: Creating a new SSL key at /var/lib/puppet/ssl/private_keys/ host.pem warning: peer certificate won''t be verified in this SSL session err: Could not call puppetca.getcert:
2008 Jun 16
1
ACL support
Hi. Does puppet v.0.24.4 support Access Control Lists (ACLs)? Can''t find any documentation on this, so I''m guessing it''s not supported yet. Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ 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@g...
2008 Oct 14
0
Startup scripts for nginx and mongrel
Hello list. I''ve (hopefully) gotten nginx and mongrel up and running, and copied the startup script found on http://reductivelabs.com/trac/puppet/wiki/UsingMongrelPound to enable starting puppetmaster by issuing "mongrel_puppetmaster 18140". This makes sure that mongrel i started. But how do I make sure nginx is automatically started? As of now I manually issue the