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
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,
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
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