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
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
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
>>
> 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
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
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
> 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
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
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
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,
> >
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
>
> [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
>
> class bash{
> file { "dir_colors" :
>
> mode => 644,
> owner => root,
> group => root,
> ensure => file,
> path => "/etc/DIR_COLORS",
> #source =>
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
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
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
>>
> 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
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.
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
-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
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
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
--~--~-~--~--
22 matches
Mail list logo