ithempel/ppa

typo in repo.pp

tomposmiko opened this issue · 1 comments

There is a typo in the file:

--- repo.pp.ORIG 2013-10-08 18:59:03.469566885 +0200
+++ repo.pp 2013-10-08 18:59:21.229860622 +0200
@@ -70,7 +70,7 @@
$apt_key = '',
$comment = '',
$dist = $lsbdistcodename,

  • $supported = ['lucis', 'maverick', 'natty', 'oneiric', 'precise', 'quantal'],
  • $supported = ['lucid', 'maverick', 'natty', 'oneiric', 'precise', 'quantal'],
    $keyserver = 'keyserver.ubuntu.com'
    ) {
    $ppa_file_name = regsubst($name, '/', '-', 'G')

Thanks for telling me the issue. The typo will be fixed in version 1.0.2 of the module.