Skip to content
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

Misleading Documentation in init.pp #38

Closed
bmurtagh opened this issue Sep 27, 2013 · 2 comments
Closed

Misleading Documentation in init.pp #38

bmurtagh opened this issue Sep 27, 2013 · 2 comments

Comments

@bmurtagh
Copy link

I just ran into an issue and wanted to get this posted for discussion:

I was trying to configure the module to install the latest version of Jenkins CI from their Ubuntu/Debian repo. The Jenkins CI repo is configured correctly.

Looking at the init.pp I was under the impression that keeping the default value of $lts and $repo, the module would pull the most recent version available.

This is not the case and I believe it is as a result of the default value for $version in init.pp and package.

When my Puppet run was triggered, the check for Jenkins being installed was successful and no further action was taken. I had to set $version = latest, in order for Jenkins to be automatically upgraded to the available version.

My initial thoughts are:

  1. $version in init.pp should be set to undef
  2. The documentation needs to be updated to properly educate the user and provide the available options
  3. Provide a basic example
@rtyler
Copy link

rtyler commented Oct 9, 2013

Can this be closed now?

@bmurtagh
Copy link
Author

bmurtagh commented Oct 9, 2013

Yes, the documentation is more explicit. Thank you

@bmurtagh bmurtagh closed this as completed Oct 9, 2013
justinstoller pushed a commit to justinstoller/puppet-jenkins that referenced this issue Nov 13, 2013
jgreen210 pushed a commit to jgreen210/puppet-jenkins that referenced this issue Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants