-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid package repository being added for Ubuntu #23
Comments
On Debian, installation fails altogether, due to there being no
I assume that this might be due to a change in puppetlabs/puppetlabs-apt#74. My change in #22 was only a superficial fix for the surface problem of the disabled dynamic lookup of |
A workaround would be passing the string - release => $lsbdistcodename,
+ release => ' ', Not super clean, though, I reckon a proper solution needs to be added to |
Passing a string with a space ( It would be great to fix this project instead. I can confirm both the bug and the fix on Debian and Ubuntu (latest versions), even with |
This should be fixed with the resolution of #30 in the latest HEAD. As soon as Puppet Forge cooperates, 0.2.4 will be uploaded there. |
Running the current version succeeds, but installs the puppet version from the Canoncial repository, logging
The content of
/etc/apt/sources.list.d/jenkins.list
:There are no precise-specific releases in the Jenkins repository, though, the entry should simply be
deb http://pkg.jenkins-ci.org/debian binary/
. (http://pkg.jenkins-ci.org/debian/)The text was updated successfully, but these errors were encountered: