[Puppet Users] Re: error when using rrdtool with puppet

2008-10-01 Thread pavel
Some more info: [EMAIL PROTECTED] /]# rpm -qa | grep rrd perl-rrdtool-1.2.23-1.el4.rf ruby-rrdtool-1.2.23-1.el4.rf rrdtool-1.2.23-1.el4.rf [EMAIL PROTECTED] /]# ruby -v ruby 1.8.1 (2003-12-25) [i386-linux-gnu] [EMAIL PROTECTED] /]# cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (

[Puppet Users] error when using rrdtool with puppet

2008-10-01 Thread pavel
I am trying get puppet to write log data using rrdtool to be used by PuppetView. I have installed all the rrdtool packages including ruby- rrdtool. Here are by puppet configs: reports = rrdgraph, store reportdir = /var/www/html/_solutionset.com/app8.autodesk/current/ puppet/reports

[Puppet Users] Re: How to aggregate node attributes?

2008-10-01 Thread Jeroen van Meeuwen
dd-b wrote: > > > On Oct 1, 12:24 pm, Jeroen van Meeuwen <[EMAIL PROTECTED]> wrote: > >> Does that help? > > Yes, thanks. > > I'm inferring from your answer that not only does that work, but you > think it's a reasonable approach. > Yes sir I do, and I split these manifests up in different

[Puppet Users] Ruby Openssl failure on Solaris 9

2008-10-01 Thread Silflay Hraka
Anyone seen this error before when trying to start a blastwave-installed puppet on a Solaris 9 server? # puppetd --server ppserv.net.unc.edu --waitforcert 60 --test /opt/csw/lib/ruby/site_ruby/1.8/puppet/sslcertificates.rb:8: You must have the Ruby openssl library installed (Puppet::Error)

[Puppet Users] Re: How to aggregate node attributes?

2008-10-01 Thread Jeroen van Meeuwen
dd-b wrote: > So we've got "resources". And "classes" and "nodes" and "defines" and > "modules" and "plugins" and "templates". And I'm not sure I've got > them all, by any means. Classes are singletons. > > I'm working on managing a batch of identical servers. The obvious > thing, it seems to

[Puppet Users] Re: How to aggregate node attributes?

2008-10-01 Thread Mike Renfro
On 10/1/2008 11:39 AM, dd-b wrote: > And, if that is the right general approach -- what flavor of *thingy* > should I be writing there? Is that a define, or a class, or a module, > or what? Probably some of each, depending on what you need to do. A module is more or less an encapsulated set of

[Puppet Users] Re: How to aggregate node attributes?

2008-10-01 Thread dd-b
On Oct 1, 12:24 pm, Jeroen van Meeuwen <[EMAIL PROTECTED]> wrote: > Does that help? Yes, thanks. I'm inferring from your answer that not only does that work, but you think it's a reasonable approach. --~--~-~--~~~---~--~~ You received this message because you

[Puppet Users] How to aggregate node attributes?

2008-10-01 Thread dd-b
So we've got "resources". And "classes" and "nodes" and "defines" and "modules" and "plugins" and "templates". And I'm not sure I've got them all, by any means. Classes are singletons. I'm working on managing a batch of identical servers. The obvious thing, it seems to me, is to define a *thi

[Puppet Users] virtual resources: multiple exports and one collect

2008-10-01 Thread udo waechter
Hello everybody, I have a question regarding virtual resources and the exporting/ collection thereof. I have several hosts that should export one and the same file resource. This should be collected exactly once by one host. The resources are exported within a define: ## this define is used