Add 15.10 support
[puppet-modules/puppetlabs-apt.git] / manifests / params.pp
index ea184606545e3d341b7f39b88f8ac55c58f73576..a8f014b8f3c61f244cc2df7c8173fb7683a460c9 100644 (file)
@@ -61,7 +61,7 @@ class apt::params {
     },
     'pref'   => {
       'path' => $preferences_d,
-      'ext'  => '',
+      'ext'  => '.pref',
     },
     'list'   => {
       'path' => $sources_list_d,
@@ -140,7 +140,7 @@ class apt::params {
           $ppa_options        = '-y'
           $ppa_package        = 'python-software-properties'
         }
-        'trusty', 'utopic', 'vivid': {
+        'trusty', 'utopic', 'vivid', 'wily': {
           $ppa_options        = '-y'
           $ppa_package        = 'software-properties-common'
         }