Hi Richard,

On Nov 6, 12:59 am, Richard Crowley <r...@rcrowley.org> wrote:
> You can't get around running an `apt-get update` but you can do that
> from an exec resource in an earlier run stage.
>
> stage { pre: before => Stage["main"] }
> exec { "apt-get update": stage => "pre" }
>
> You'll probably want to do your backports setup before the `apt-get
> update` in your early run stage, too.
Hmm, i haven't even seen that 'stage' type before, guess it's time to
hit the manual on that one :)

Walter

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to