Set the pin priority before adding the source (Fix #10449)

This commit is contained in:
Matthias Pigulla 2011-11-02 10:28:38 +01:00
parent 749c3e185d
commit 864302a091

View file

@ -26,7 +26,7 @@ define apt::source(
}
if $pin != false {
apt::pin { "${release}": priority => "${pin}" }
apt::pin { "${release}": priority => "${pin}" } -> File["${name}.list"]
}
exec { "${name} apt update":