Set the pin priority before adding the source (Fix #10449)
This commit is contained in:
parent
749c3e185d
commit
864302a091
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue