apt::setting expects priority to be an integer, set defaults accordingly
[puppet-modules/puppetlabs-apt.git] / manifests / conf.pp
index 97b70a1eebfaceae39f74345c842c7f172d587e7..8cd9c64e7841064ffa5c92e451daba8a48dd3090 100644 (file)
@@ -1,7 +1,7 @@
 define apt::conf (
   $content       = undef,
   $ensure        = present,
-  $priority      = '50',
+  $priority      = 50,
   $notify_update = undef,
 ) {