[Puppet Users] Re: Storing Reports with Stored Configs

2009-09-06 Thread Ohad Levy
Hi, If you are still using GNI, it is possible to import the reports though it, there is currently no representation in the web interface yet. (see the report model) Cheers, Ohad On Sun, Sep 6, 2009 at 3:04 PM, Telmo wrote: > > Hello all, > > Is there a way to store the puppet reports in a DB

[Puppet Users] Storing Reports with Stored Configs

2009-09-06 Thread Telmo
Hello all, Is there a way to store the puppet reports in a DB directly with Stored Configs? While 5 million entries in a DB table is not a big issue, 5 million yaml files in a server are. Is this possible, is this a possible feature in coming versions? Thanks for your time --~--~-~--~--

[Puppet Users] Re: Storing Reports with Stored Configs

2009-09-06 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Telmo wrote: > Hello all, > > Is there a way to store the puppet reports in a DB directly with > Stored Configs? While 5 million entries in a DB table is not a big > issue, 5 million yaml files in a server are. > > Is this possible, is this a possib

[Puppet Users] Re: Mac OS X pkg for Puppet 0.25.0

2009-09-06 Thread Paul Nasrat
2009/9/5 Nigel Kersten : > https://sites.google.com/a/explanatorygap.net/puppet/ > > https://sites.google.com/a/explanatorygap.net/puppet/Home/puppet-0.25.0.pkg.tar.bz2 > > > Please note the issue with Facter and OS X 10.6.0 still remains. Either > install Facter from source or run a version of Fa

[Puppet Users] Re: nodes inherits with external node

2009-09-06 Thread Moty
gr8 . Just installed it and I can see new fields. Going to move some nodes into external nodes I wonder... Is it be possible to concatenate arrays ? I mean that there will be ability to change the "=" into "+=" so at the host level I can add values to arrays defined in the group level.

[Puppet Users] Re: Silent failure

2009-09-06 Thread Tim Uckun
>> > As long as you are on a recent version there is an 'err' tag, which you > can use in conjunction with tagmail to mail you any  errors. I send mine > to a distribution group that ends up going to my team mates. > I didn't see anything in the documentation about this but I'll see if I can trac

[Puppet Users] Re: nodes inherits with external node

2009-09-06 Thread Ohad Levy
just to be sure, are you asking if you can define a external node parameter which is an array? hmm.. never tried that, you can always use the split function (now native within 0.25) for example, if you have a parameter letters and its value is a,b,d,e you could do: file{split(letters,","): ensur

[Puppet Users] Re: nodes inherits with external node

2009-09-06 Thread Moty
In puppet you can (I use 0.24,8). I do it now in my infrastructure.pp file and then depend on the role of the node I add values to it with the += sign. Moty On Sun, Sep 6, 2009 at 12:46 PM, Ohad Levy wrote: > just to be sure, are you asking if you can define a external node > parameter which

[Puppet Users] Re: nodes inherits with external node

2009-09-06 Thread Moty
I still can't find if external node support array parameters and if so how to put it into yaml output to be read as array. anyone knows if it is supported by ExternalNode ? Moty On Sun, Sep 6, 2009 at 1:11 PM, Moty wrote: > In puppet you can (I use 0.24,8). > > I do it now in my infrastructure

[Puppet Users] Re: Silent failure

2009-09-06 Thread Andrew Shafer
> > class bash{ >                file { "dir_colors" : > >                        mode => 644, >                        owner => root, >                        group => root, >                   ensure => file, >                        path => "/etc/DIR_COLORS", >                        #source =>

[Puppet Users] Re: Even the "Simplest Puppet Install Recipe" apparently isn't simple enough

2009-09-06 Thread Craig Miskell
> > [r...@vm33 etc]# puppetd --verbose > info: Creating a new certificate request for vm33.my.net > info: Creating a new SSL key at /var/lib/puppet/ssl/private_keys/ > vm33.my.net.pem > warning: peer certificate won't be verified in this SSL session > notice: Did not receive certificate > notice

[Puppet Users] Re: Mac OS X pkg for Puppet 0.25.0

2009-09-06 Thread Joe McDonagh
Nigel Kersten wrote: > https://sites.google.com/a/explanatorygap.net/puppet/ > > https://sites.google.com/a/explanatorygap.net/puppet/Home/puppet-0.25.0.pkg.tar.bz2 > > > Please note the issue with Facter and OS X 10.6.0 still remains. > Either install Facter from source or run a version of Facte

[Puppet Users] Re: Silent failure

2009-09-06 Thread Charles Johnson
On Sun, Sep 6, 2009 at 2:39 PM, Andrew Shafer wrote: > > > > > class bash{ > >file { "dir_colors" : > > > >mode => 644, > >owner => root, > >group => root, > > ensure => file, > >

[Puppet Users] /etc puppet or some of the directories can't be symlinks.

2009-09-06 Thread Tim Uckun
For development purposes I have set up /etc/puppet to be a symlink to /home/me/puppet/etc. Every time I run puppetmasterd the link id destroyes and the directory gets created from scratch. This also happens if I create a /etc/puppet and create symlinks for the manifests directory So far it hasn

[Puppet Users] typo in source file

2009-09-06 Thread lance dillon
I tried to post this to puppet-dev but it doesn't look like I have permission, so here it is on puppet-users for anybody to do something with. There seems to be a typo in the following file: [riffr...@hobbes puppet-0.25.0]$ diff -u ext/nagios/check_puppet.rb.orig ext/nagios/check_puppet.rb --- ext

[Puppet Users] Re: Silent failure

2009-09-06 Thread Tim Uckun
> If you are running with --noop, puppet shouldn't do anything. > > I'd also delete 'ensure => file,', which might be confusing things as well. > > Try running with --no-daemonize which will explicitly give you logs on > stdout. That will at least give us the output when the file resource > is eva

[Puppet Users] [PATCH/puppet] ext/nagios: Fix typo in check_puppet.rb script

2009-09-06 Thread Todd Zullinger
From: Lance Dillon --- lance dillon wrote: > I tried to post this to puppet-dev but it doesn't look like I have > permission, so here it is on puppet-users for anybody to do something with. > There seems to be a typo in the following file: > > [riffr...@hobbes puppet-0.25.0]$ diff -u ext/nagios/c

[Puppet Users] Re: typo in source file

2009-09-06 Thread James Turnbull
2009/9/7 lance dillon : > I tried to post this to puppet-dev but it doesn't look like I have > permission, so here it is on puppet-users for anybody to do something with. > There seems to be a typo in the following file: You shouldn't need permission - you can just join the group. I don't see a

[Puppet Users] reporting and err tag. [was Silent failure]

2009-09-06 Thread Tim Uckun
>> > As long as you are on a recent version there is an 'err' tag, which you > can use in conjunction with tagmail to mail you any  errors. I send mine > to a distribution group that ends up going to my team mates. > I am trying to implement this but I am not getting any logging or reporting at a

[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 0.25.0 released!

2009-09-06 Thread Todd Zullinger
James Turnbull wrote: > This is much anticipated production release of Puppet 0.25.0 - > code-named "Elmo". Packages for Fedora 10/11/rawhide and EL 4/5 are available at: http://tmz.fedorapeople.org/repo/puppet/ Please report any packaging or repository bugs¹ to me and not to the Puppet or F

[Puppet Users] Puppet Camp

2009-09-06 Thread Andrew Shafer
Puppet Users, Puppet Camp is only a few weeks away. This will definitely be the most concentrated block of Puppet expertise the world has seen to date. Puppet has been growing fast in the past few years and there are exciting features coming in the future. This is your chance to learn from some

[Puppet Users] Re: Silent failure

2009-09-06 Thread Andrew Shafer
If you turn off pluginsync = true, does it work? or you just don't get that message? What version of Ruby are you running? On Sun, Sep 6, 2009 at 6:23 PM, Tim Uckun wrote: > >> If you are running with --noop, puppet shouldn't do anything. >> >> I'd also delete 'ensure => file,', which might b