diff --git a/manifests/conf.pp b/manifests/conf.pp index 97b70a1..8cd9c64 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -1,7 +1,7 @@ define apt::conf ( $content = undef, $ensure = present, - $priority = '50', + $priority = 50, $notify_update = undef, ) { diff --git a/manifests/pin.pp b/manifests/pin.pp index cc89689..dff2c29 100644 --- a/manifests/pin.pp +++ b/manifests/pin.pp @@ -4,7 +4,7 @@ define apt::pin( $ensure = present, $explanation = undef, - $order = undef, + $order = 50, $packages = '*', $priority = 0, $release = '', # a=