-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Welcome back to the Puppet release cycle for the third outing of
0.25.5 - release candidate number 3.
The 0.25.5 release is a maintenance release in the
0.25.x branch. It contains a number of bug fixes but also
performance enhancements including speed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14/05/10 4:14 PM, Ohad Levy wrote:
> not that I'm aware of, but a poor mans solution would be to run puppet
> via cron, and check which server can be used at that time.
>
> e.g. get load of all puppet servers, and use the least busy one
>
> it wou
not that I'm aware of, but a poor mans solution would be to run puppet via
cron, and check which server can be used at that time.
e.g. get load of all puppet servers, and use the least busy one
it would be nice to have a DNS SRV record for puppet.
Ohad
On Fri, May 14, 2010 at 1:53 PM, Abhishek
Hi,
Is there any way to define multiple puppet servers in client
configuration so that if my one puppet server is down then my
production config changes can be applied from other puppet server. I
am using apache and Mongrel for puppet load balancing.
--
You received this message because you are
Have you found a solution to this problem? I am having the same issue
after upgrading to puppet 0.25.4 and passenger.
The error message im getting is: Error 400 on SERVER: Not authorized
to call find on /file_metadata/hp_psp/opsywnsr0099.aus.optiver.com.pem
Could not retrieve file metadata for
pu
Hi All,
Just to share something small, I've adjusted rip excellent extlookup
function to be able to search for csv files also inside of modules.
You can store your data files inside your modules directly, and it is also
possible to lookup in different modules.
for example - if you have a common m
Thanks all.
I've removed the entire ssl dir as suggested and started puppetmaster
again but got the following error:
ubu...@domu-12-31-39-00-65-47:~$ sudo rm -rf /var/lib/puppet/ssl
ubu...@domu-12-31-39-00-65-47:~$ sudo puppetmasterd --verbose --no-
daemonize
info: Creating a new SSL key for ca
i
My apologies: Santa Clara, not Sunnyvale
On May 13, 1:53 pm, scramble wrote:
> Hi All -
>
> We'll be holding Puppet Master Training again in the Bay Area
> (Sunnyvale), June 22, 23, 24. More information and registration
> information here: http://www.puppetlabs.com/events/bay-area-training/
>
>
> how do i stop client? it is trying to install xntp, that is a SLES
> thing, debian uses "ntp"
Out of curiosity - what does 'facter' show for operatingsystem:
$ facter | grep operatingsystem
> on my client
>
> May 13 13:18:01 tomcat1 puppetd[6146]: Starting catalog run
> May 13 13:18:01 tomcat1
Hi All -
We'll be holding Puppet Master Training again in the Bay Area
(Sunnyvale), June 22, 23, 24. More information and registration
information here: http://www.puppetlabs.com/events/bay-area-training/
If you have any questions let me know...
Best,
Scott Campbell
503.805.9065
--
You recei
Here's another one for the list:
git://git.puppetmanaged.org/puppet/webserver
I've adapted mine from this and as soon as I can get it on github, I will.
Isaac
On 5/12/10 3:22 PM, Al @ Lab42 wrote:
http://github.com/camptocamp/puppet-apache
http://github.com/wesabe/puppet-apache2
http://github
> If I can't have resources of any type in an external node, what's the
> point? And... how can I do this? The reason I am looking at external
> nodes again, even though I still think the concept is misguided is
> because I need to write custom scripts to parse the node manifests,
> and that's a pa
> and so on. For these scripts I need to do a lot of reading and writing
> of the nodes. For example, to update the software version, a script
> would check the node out of svn, modify the version_core attribute,
> comit it back in with a comment saying exactly what it did, and then
> trigger a pup
On Thu, May 13, 2010 at 6:04 AM, Mathias Gug wrote:
> Hi,
>
> On Wed, May 12, 2010 at 07:35:18PM -0700, Eric wrote:
>>
>> I'm a first time user of puppet and I'm playing around with it using
>> Amazone EC2 instances in order to learn it. The OS is Ubuntu 10.04
>> server and puppet version is 0.25.
On Tue, May 11, 2010 at 3:48 PM, Gabriel - IP Guys
wrote:
> Dear All,
>
> I've finally managed to get xen installed on a remote system via puppet
> http://puppetnewbie.blogspot.com/2010/05/installing-xen-instance.html
>
> I was about to create my test machines manually, when it occurred to me,
> t
how do i stop client? it is trying to install xntp, that is a SLES
thing, debian uses "ntp"
on my client
May 13 13:18:01 tomcat1 puppetd[6146]: Starting catalog run
May 13 13:18:01 tomcat1 puppetd[6146]: (//ntp/File[/etc/ntp.conf])
Failed to retrieve current state of resource: Could not connect t
- "Douglas Garstang" wrote:
> On Thu, May 13, 2010 at 9:53 AM, Ken wrote:
> > Yes your write - you can only really do the equiv of:
> >
> > node foo {
> > $bar = "bleah"
> > include some_class
> > }
> >
> > No resources. So really your left using a swarm of global vars that
> > can passed
On Thu, May 13, 2010 at 9:53 AM, Ken wrote:
> Yes your write - you can only really do the equiv of:
>
> node foo {
> $bar = "bleah"
> include some_class
> }
>
> No resources. So really your left using a swarm of global vars that
> can passed down to the resources you have show above which are st
Yes your write - you can only really do the equiv of:
node foo {
$bar = "bleah"
include some_class
}
No resources. So really your left using a swarm of global vars that
can passed down to the resources you have show above which are stored
in a class. So something like:
node foo {
$software
On Thu, May 13, 2010 at 9:21 AM, p.e.r.i.o.d.i.c.i.t.y <
p.e.r.i.o.d.i.c.i@gmail.com> wrote:
> Greetings,
>
> I'm considering switching to using puppet from radmind to manage our
> Mac OS X machines, and I have a few concerns.
>
> What would be the best way to manage large applications like Ad
On Thu, May 13, 2010 at 9:08 AM, Douglas Garstang
wrote:
> From the puppet documentation at
> http://docs.puppetlabs.com/guides/external_nodes.html:
>
> "External nodes can’t specify resources of any kind - they can only
> specify class membership, environments and attributes. Those classes
> can
Greetings,
I'm considering switching to using puppet from radmind to manage our
Mac OS X machines, and I have a few concerns.
What would be the best way to manage large applications like Adobe's
CS suite? I'm not sure how to set it up with puppet... Adobe has
created a "silent install" that can b
On Wed, May 12, 2010 at 10:07 AM, Dan Bode wrote:
>
>
> On Wed, May 12, 2010 at 9:55 AM, Nigel Kersten wrote:
>
>>
>>
>> On Wed, May 12, 2010 at 9:35 AM, Dan Bode wrote:
>>
>>>
>>>
>>> On Wed, May 12, 2010 at 9:25 AM, Alan Barrett wrote:
>>>
On Thu, 13 May 2010, Ohad Levy wrote:
> >
Hi,
On Wed, May 12, 2010 at 07:35:18PM -0700, Eric wrote:
>
> I'm a first time user of puppet and I'm playing around with it using
> Amazone EC2 instances in order to learn it. The OS is Ubuntu 10.04
> server and puppet version is 0.25.4.
>
> Right now I'm facing a hard time to make autosign fea
>From the puppet documentation at
http://docs.puppetlabs.com/guides/external_nodes.html:
"External nodes can’t specify resources of any kind - they can only
specify class membership, environments and attributes. Those classes
can be in hierarchies however, so inheritance is available."
So, does t
I don't think it's the lack of a "," after that line, the error states it's
on line 1 of the .pp, so I'd focus on the define line. Possibly, it's the
fact that $source is listed in the middle of all the other variables
defined with default values - most languages don't like you mixing things
like
Hi,
I think your missing a ',' where
source => "puppet:///apache/$source",
Matt
On 13 May 2010 05:44, Amandeep Kansal wrote:
> Please help me:
> what would be the cause of this error: puppetmasterd 0.24.4
>
>
> define apache::apache_files($owner = root, $group = root, $mode = 644,
> $source
27 matches
Mail list logo