Merge pull request #4 from webfactory/pin_before_source
Suggested fix for #10449
This commit is contained in:
commit
f04eb5ab71
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