not really :) as Nigel said, its mostly plug and play compared to mongrels
(and even worst dynamic mongrels)
On Thu, Mar 26, 2009 at 9:36 AM, Jason Rojas wrote:
>
> Did you have any issues where you had to add *s to namespace.conf
> like I did?
>
> [puppetreports.report]
> allow *
>
> [puppetbu
I would suggest to have an option to enable/disable it per client, as my
puppetmasters are low on cpu...(e.g. too many clients ;))
did you file a feature request for it?
On Thu, Mar 26, 2009 at 2:21 PM, Ben wrote:
>
> Larry Ludwig wrote:
> > Hmm interesting idea.
> >
> > While the puppetmaster wi
Larry Ludwig wrote:
> Hmm interesting idea.
>
> While the puppetmaster will work without issue, the issue becomes the
> client (puppetd) must decode it.
>
> I suspect a code change.
>
> -L
>
>
> On Mar 25, 2009, at 8:56 PM, Ben wrote:
>
>
>> I just started a WAN Optimization trial with some J
On Wed, Mar 25, 2009 at 6:36 PM, Jason Rojas
wrote:
>
> Did you have any issues where you had to add *s to namespace.conf
> like I did?
Not at all. This was with 0.24.8.
I don't actually have a namespace.conf file at all.
This wasn't quite a normal install from scratch. I bootstrapped our
nor
Hmm interesting idea.
While the puppetmaster will work without issue, the issue becomes the
client (puppetd) must decode it.
I suspect a code change.
-L
On Mar 25, 2009, at 8:56 PM, Ben wrote:
>
> I use, and depend on, puppet extensively and a good portion of the
> servers (nodes) are remo
Did you have any issues where you had to add *s to namespace.conf
like I did?
[puppetreports.report]
allow *
[puppetbucket]
allow *
[fileserver]
allow *
[puppetmaster]
allow *
[puppetrunner]
allow *
On Mar 25, 2009, at 6:09 PM, Nigel Kersten wrote:
>
> So I just got around
So I just got around to trying out Passenger today, and I have to say,
this is a really really simple setup.
The instructions are great, and everything just worked seamlessly out
of the box once I fulfilled the dependencies.
--
Nigel Kersten
nig...@google.com
System Administrator
Google, Inc.
I use, and depend on, puppet extensively and a good portion of the
servers (nodes) are remote, across a WAN.
I just started a WAN Optimization trial with some Juniper gear, one of
the components of WAN optimization is compression and the puppet
client/server communication is compressing pretty
The following, which is very similar to what you posted, works for me in so
far as it triggers the Exec if a subdirectory of /var/named is created, if a
new file is created in the subdir, or if an existing file is modified in the
subdir:
class rectest {
exec { "/etc/init.d/named reload":
I am using OpenLDAP on both ends. ldapsearch works with both start_tls
and via ssl. It seems that the issue is directly related to the ruby-
ldap libraries.
Chris
On Mar 25, 2009, at 1:54 PM, Rob McBroom wrote:
>
> On 2009-Mar-23, at 4:48 PM, Christopher Webber wrote:
>
>> Does anyone have a
On 2009-Mar-23, at 4:48 PM, Christopher Webber wrote:
> Does anyone have a puppetmaster working on Solaris that uses LDAP
> nodes and connects to the ldap server using SSL or TLS? I have tried
> everything to make it happen but cant seem to find the magical
> combination, if there is one, to get
> I'd try to change the /var/named to this:-
>
> file { "/var/named":
> ensure => directory,
> notify => Exec["/etc/init.d/named reload"],
> owner => named,
> group => named,
> mode=> 0644,
> require => File["/etc/named.
2009/3/25 Craig Dunn
>
> Hi All
>
> I've got this configuration to manage bind, I want the exec to be run
> whenever anything under /var/named or the file /etc/named.conf gets
> updated
>
> file { "/etc/named.conf":
> owner => root,
> group
Eric Gerlach wrote:
> As a point of reference, it took about 2-3 weeks for 0.24.7 to get packaged.
> You'll have to get it from the experimental repository, though.
It's not hard to whip up your own package though, if you don't mind it
being a bit ugly:
Grab the Puppet source.
Grab the .diff
Hi All
I've got this configuration to manage bind, I want the exec to be run
whenever anything under /var/named or the file /etc/named.conf gets
updated
file { "/etc/named.conf":
owner => root,
group => root,
m
On Tue, Mar 24, 2009 at 09:09:35PM -0700, Russ Allbery wrote:
>
> Graham Stratton writes:
>
> > I have just tried to install puppet 0.24.8 as a gem on a clean Debian
> > Lenny system. The puppetd script is not added to my path. Is this a
> > bug or have I made a mistake?
>
> Gem and real d
>
> We saw some corrupt files in the 0.24.1 or so timeframe, but I've
> never seen truncated files.
>
> Can you provide info on the Puppet release, platform, etc.?
>
>
$ rpm -qa | grep puppet
puppet-0.24.7-4.el4
puppet-server-0.24.7-4.el4
clients are
# rpm -qa | grep puppet
puppet-0.24.7-
Hi Avi,
you are right but it does not really matter, the trouble already
begins with
debug: Puppet::Type::Package::ProviderRpm: Executing '/bin/rpm --
version'
wrong number of arguments (2 for 1)
Thomas
On Mar 24, 9:49 pm, Avi Miller wrote:
> Hi,
>
> On Wed, Mar 25, 2009 at 3:49 AM, Thomas B
18 matches
Mail list logo