search for: taler

Displaying 8 results from an estimated 8 matches for "taler".

Did you mean: taber
2007 Oct 18
4
error message: undefined method `parentof?''
Hi Puppet users, I occasionally see this error message in my logfiles, and was wondering what it could possibly mean. I found no mention of it in the wiki or list archives, and so I turn to you. Could not run Puppet::Network::Client::Master: undefined method `parentof?'' for nil:NilClass It appears in the log files at the end of a configuration run, like this: Oct 17 20:13:30
2007 Sep 12
6
Puppet with Mongrel
Hi, I have just successfully configured Puppet to run with Mongrel, and would like to update the documentation with what I''ve learned. However, since I''m not an expert with these things, I thought I''d share with the list before updating the wiki. So here''s what I''d change: + Remove this picture:
2007 Sep 03
2
Templates
Hi everyone, I''ve been using templates to set up some configuration files, but the templates don''t always get rewritten when I would like, so I thought I''d bring it up to see if anyone has any insight. Here''s an example template, used for setting up a yum repository. The password and IP address are setup using an out of band mechanism, and are not always
2007 Aug 17
4
Intermittent failure in file server
Hi, I''ve just turned email reporting on for my Puppet installation, and discovered that I''m receiving intermittent failures on files being copied from the file server. Puppet is running every 30 seconds, but I''m getting these errors maybe 12 times in 24 hours. Any thoughts on the significance of this? The error message is a bit opaque for me. Thu Aug 16 18:17:56
2007 Jun 11
5
string conversion?
Hi there! Is it possible to do something string converison like in puppet? My problem: I have a variable that contains a path ($variable = "some/value"). This variable is passed on as an option to an external script, which uses the variables content to generate I) a path and II) a filename, converting the "/" to "_" for that filename. I donĀ“t really see a way to
2007 Oct 10
17
Warning for Fedora Core users
Fedora Core 7 has just updated their Ruby package (was 1.8.6.36-3.fc7, is now 1.8.6.110-3.fc7), and the upgrade broke my Puppet installation, and there was a similar report from someone else. Communications between the puppetmasterd and the puppetd running on the same host broke down with the message: Could not retrieve configuration: Certificates were not trusted: hostname not match with
2007 Nov 02
1
Interaction bug between Puppet CA and mod_ssl
Hello Puppet Users, I have encountered an interaction problem between the Puppet CA and Apache mod_ssl, when the Puppet CA configuration files are moved. By default Puppet CA and the Puppet client share the same location for their configuration files, $vardir/ssl. If this is changed so that they use different directories, and Apache mod_ssl is being used like in the Mongrel configuration, then
2007 Aug 23
24
Type development for the rest of us
Since I had my type development epiphany a couple of days ago, I''ve decided to write down my understanding of developing simple types, at http://reductivelabs.com/trac/puppet/wiki/PracticalTypes. I''d appreciate comments from people who already know how to develop types as to correctness, and also comments from people who are new to type development about whether it''s a