[Puppet Users] Re: split config by $lsbdistid

2008-10-07 Thread Joshua Timberman
On Tue, Oct 7, 2008 at 7:41 AM, Mike Renfro <[EMAIL PROTECTED]> wrote: > > Recent versions of facter on Ubuntu may return "Ubuntu" for the > operatingsystem fact instead of "Debian". $ facter facterversion lsbdistid facterversion => 1.3.8 lsbdistid => Ubuntu I think only case statements can ta

[Puppet Users] Re: file type and unless method

2008-11-08 Thread Joshua Timberman
my/file", unless => "/usr/bin/test -d /final/install/directory", notify => Exec[install_script] } exec { "install_script": refreshonly => true } -- Joshua Timberman --~--~-~--~~~---~--~~ You received this message because y

[Puppet Users] Re: realizing virtual packages with different provider (gem)

2008-12-26 Thread Joshua Timberman
"gem install --version $version $name", unless => "gem list --local rails | grep '${name}.*${version}' } You can add more command options too, such as handling a different gem server. Or disable ri and rdoc. -- Joshua Timberman http://twitter.com/jtimberman --~--~---

[Puppet Users] Re: realizing virtual packages with different provider (gem)

2008-12-26 Thread Joshua Timberman
Argh. Thats what I get pre-coffee. I'd also check the syntax and add the missing brace in the exec: >unless => "gem list --local rails | grep '${name}.*${version}' } > } -- Joshua Timberman http://twitter.com/jtimberman --~--~-~--~~

[Puppet Users] Re: This group emails

2008-12-29 Thread Joshua Timberman
On Mon, Dec 29, 2008 at 2:22 PM, Jonathan Mills wrote: > > Indeed, I had my prefs set to not send email. It appears they reset > not too long ago and I've begun receiving emails for each post. I'm > not upset, I'm just sayin' I am also receiving emails for each post. I was subscribed to th

[Puppet Users] Re: This group emails

2008-12-29 Thread Joshua Timberman
Yeah, thats the same one I recall most recently. Since the list became moderated I haven't seen anything. On Mon, Dec 29, 2008 at 4:06 PM, Rob Chanter wrote: > > On Tue, Dec 30, 2008 at 9:07 AM, James Turnbull > wrote: >> >> Have their been any spam posts recently? There shouldn't have been a

[Puppet Users] Re: This group emails

2008-12-29 Thread Joshua Timberman
On Mon, Dec 29, 2008 at 2:30 PM, Jeff Hammerbacher wrote: > You should be able to change your options at > http://groups.google.com/group/puppet-users/subscribe. Huh. I checked yesterday (literally), and it was set to "no email" for this email address. --~--~-~--~~~-