[Puppet Users] Re: large file download, timeout?

2009-07-20 Thread Fernando Padilla
et) { > exec {"$name unpack": > command => "curl ${source} | tar -xzf - -C ${target} && touch ${name}", > creates => $name > } > } > > But the more elegant solution would be to package hadoop. > > 2009/7/18 Fernando Padilla >

[Puppet Users] Re: large file download, timeout?

2009-07-20 Thread Fernando Padilla
EADME Installing RDoc documentation for puppet-0.24.8... Could not find main page README Could not find main page README Could not find main page README Could not find main page README James Turnbull wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Fernando Padilla wrote: >>

[Puppet Users] Re: large file download, timeout?

2009-07-20 Thread Fernando Padilla
great, I'll look at what I can do. It's weird there is no RubyGem for the latest 0.25... sadly there is no deb package for jaunty, only karmic ( ubuntu alpha ). James Turnbull wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Fernando Padilla wrote: &g

[Puppet Users] Re: large file download, timeout?

2009-07-20 Thread Fernando Padilla
i mean, if they support multiple protocols, why can't they support rsync? Maybe through a ssh-proxy setup by puppet? Trevor Vaughan wrote: > The only problem that I have with most methods is that they transfer > the whole file every time. > > I prefer to set up an rsync server and use an rsync

[Puppet Users] Re: large file download, timeout?

2009-07-19 Thread Fernando Padilla
Oh. right. I remember reading about this.. So.. are there any rpm/deb packages for the latest puppet?? From the standard apt-repository (for jaunty), it still only has 0.24.5 (not even 0.24.8). On Sun, 19 Jul 2009 17:35 +0200, "Peter Meier" wrote: > > Hi > > > Any ideas or suggestions to sp

[Puppet Users] Re: large file download, timeout?

2009-07-19 Thread Fernando Padilla
r -xzf - -C ${target} && touch > ${name}", > creates => $name > } > } > > But the more elegant solution would be to package hadoop. > > 2009/7/18 Fernando Padilla > > > > Hi.  I'm a beginner, but I have a basic puppe

[Puppet Users] large file download, timeout?

2009-07-17 Thread Fernando Padilla
Hi. I'm a beginner, but I have a basic puppet setup working. I am doing a manual tarball installation and it seems to be hanging then eventually timing out on just downloading the file: file { "/opt/hadoop-0.20.0.tar.gz": source => "puppet:///hadoop020/hadoop-0.20.0.tar.gz"

[Puppet Users] Re: simple failure on service{ensure=>false}

2009-07-16 Thread Fernando Padilla
ways makes it obvious. I'm glad you were able to figure out your > problem on 0.24.5. > > If possible, I recommend getting to 0.24.8. > > > > On Thu, Jul 16, 2009 at 12:09 AM, Fernando Padilla <mailto:f...@alum.mit.edu>> wrote: > > >

[Puppet Users] Re: Puppet Updates: Puppet Camp and random bits

2009-07-16 Thread Fernando Padilla
he first > week of August. (gives us about 2 months) > > Thanks, > Andrew > > > > > On Tue, Jul 14, 2009 at 10:35 AM, Fernando Padilla <mailto:f...@alum.mit.edu>> wrote: > > > how do we sign-up or register for the camp? or are further details &

[Puppet Users] Re: simple failure on service{ensure=>false}

2009-07-15 Thread Fernando Padilla
entually figured out.. hopefully others will find this useful (and someone will set me straight if there are better options.. :) Fernando Padilla wrote: > I just saw this in the logs.. maybe it's a clue. > > Jul 16 05:47:34 (none) puppetd[11187]: Found multiple default providers

[Puppet Users] Re: simple failure on service{ensure=>false}

2009-07-15 Thread Fernando Padilla
I just saw this in the logs.. maybe it's a clue. Jul 16 05:47:34 (none) puppetd[11187]: Found multiple default providers for service: freebsd, debian; using freebsd I might have to force the platform somehow to be debian or ubuntu?? Fernando Padilla wrote: > I'm just starting to

[Puppet Users] simple failure on service{ensure=>false}

2009-07-15 Thread Fernando Padilla
I'm just starting to learn puppet, and I'm using the lates ubuntu jaunty image on ec2. I noticed a random service that I wanted to shutdown so I added this: class no_avahi { service { "avahi-daemon": ensure => false } } And it sort-of worked, except this is what hap

[Puppet Users] how to add apt repository with puppet

2009-07-14 Thread Fernando Padilla
I keep googling, but I can't seem to find the answer. What's the best way to add a apt-repository (ubuntu or rpm), using puppet, and still have all of the package resource dependencies met.. 1) add repository (file to /etc/apt/sources.list.d/NEWREPFILE) 2) run apt-get update (if any files chang

[Puppet Users] Re: Puppet Updates: Puppet Camp and random bits

2009-07-14 Thread Fernando Padilla
how do we sign-up or register for the camp? or are further details coming. :) Andrew Shafer wrote: > > Puppeteers, > > *PuppetCamp is set for Oct 1-2 at SFSU.* > > This is a highlight of what we have planned for sure so far... > > * Q&A workshop with Luke (w/ me and Teyo singing back up)