Merge pull request #602 from DG-i/master
authorDavid Schmitt <david.schmitt@puppet.com>
Tue, 19 Apr 2016 13:22:38 +0000 (14:22 +0100)
committerDavid Schmitt <david.schmitt@puppet.com>
Tue, 19 Apr 2016 13:22:38 +0000 (14:22 +0100)
apt::setting expects priority to be an integer, set defaults accordingly

manifests/conf.pp
manifests/pin.pp

index 97b70a1eebfaceae39f74345c842c7f172d587e7..8cd9c64e7841064ffa5c92e451daba8a48dd3090 100644 (file)
@@ -1,7 +1,7 @@
 define apt::conf (
   $content       = undef,
   $ensure        = present,
-  $priority      = '50',
+  $priority      = 50,
   $notify_update = undef,
 ) {
 
index cc896896d79ab672f822a4be1e8dbdcc5668f38f..dff2c297c0c08b3d6f353e69a1d88732dbc904a2 100644 (file)
@@ -4,7 +4,7 @@
 define apt::pin(
   $ensure          = present,
   $explanation     = undef,
-  $order           = undef,
+  $order           = 50,
   $packages        = '*',
   $priority        = 0,
   $release         = '', # a=