Re: [Puppet Users] Lenny and lenny-backports

2010-11-09 Thread Zach Leslie
Hi Walter, How are you managing your sources file? If you are simply managing the sources.list with a file resource, you can "notify" an exec that would run the apt-get update when a change is detected, such as: file { "/etc/apt/sources.list": source => "puppet:///modules/source.list", not

Re: [Puppet Users] Lenny and lenny-backports

2010-11-05 Thread Patrick
On Nov 5, 2010, at 9:52 AM, Walter Heck wrote: > Hi all, > > I'm runnign debian lenny and that has puppet 0.24.5 in it. Lenny- > backports ahs Puppet 2.6.2 in it, which is what I want. How do I make > puppet update itself through puppet recipes? I already had it create > an /etc/apt/preferences,

Re: [Puppet Users] Lenny and lenny-backports

2010-11-05 Thread Richard Crowley
On Fri, Nov 5, 2010 at 9:52 AM, Walter Heck wrote: > Hi all, > > I'm runnign debian lenny and that has puppet 0.24.5 in it. Lenny- > backports ahs Puppet 2.6.2 in it, which is what I want. How do I make > puppet update itself through puppet recipes? I already had it create > an /etc/apt/preference

[Puppet Users] Lenny and lenny-backports

2010-11-05 Thread Walter Heck
Hi all, I'm runnign debian lenny and that has puppet 0.24.5 in it. Lenny- backports ahs Puppet 2.6.2 in it, which is what I want. How do I make puppet update itself through puppet recipes? I already had it create an /etc/apt/preferences, where I pin backports at 900 and lenny stable at 700. Is tha