Re: [Puppet Users] Re: Precedence Q: repos -> packages

2015-04-13 Thread Christopher Wood
That has been working fine for me for at least a year now, with the caveat that I also have these bits for when a yum repo changes: # if any yum repository changes, clean all yum cache File <| tag == 'yumrepo-file' |> ~> Exec[$yumcleaner] # clean the yum cache before any package installs Exec[$y

[Puppet Users] Re: Precedence Q: repos -> packages

2015-04-13 Thread Guy Matz
Anything? Appreciated! Guy On Wed, Apr 8, 2015 at 5:58 PM, Guy Matz wrote: > Hi! I first used this sort of thing: > stage { 'yum' : before => Stage['main'] } > > and tagged ll of my yumrepos with a stage of yum. This doesn't work so > well for downloaded modules, so I'm thinking of using: > Y