apt::setting expects priority to be an integer, set defaults accordingly
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
This commit is contained in:
parent
d4b2e9021a
commit
e5d5123521
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
define apt::conf (
|
||||
$content = undef,
|
||||
$ensure = present,
|
||||
$priority = '50',
|
||||
$priority = 50,
|
||||
$notify_update = undef,
|
||||
) {
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
define apt::pin(
|
||||
$ensure = present,
|
||||
$explanation = undef,
|
||||
$order = undef,
|
||||
$order = 50,
|
||||
$packages = '*',
|
||||
$priority = 0,
|
||||
$release = '', # a=
|
||||
|
|
Loading…
Reference in a new issue