Pārlūkot izejas kodu

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

Matthias Pigulla 12 gadi atpakaļ
vecāks
revīzija
864302a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      manifests/source.pp

+ 1 - 1
manifests/source.pp

@@ -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":