Jeremy Hughes

Results 5 comments of Jeremy Hughes

Hi, you make a good point. We started this, not as Chef experts, so we are looking for this kind of feedback. Can you point to an archetypal LWRP that...

You make a good point. The wlp-beta-admin-2015.4.0.0.jar is classed as an addon in [http://wasdev.net/repo](http://wasdev.net/repo) - meaning it conains a group of features, for the sake of convenience. You can install...

Probably make use of these versioning helpers: Liberty buildpack [tokenized_version.rb](https://github.com/cloudfoundry/ibm-websphere-liberty-buildpack/blob/master/lib/liberty_buildpack/util/tokenized_version.rb) [version_resolver.rb](https://github.com/cloudfoundry/ibm-websphere-liberty-buildpack/blob/master/lib/liberty_buildpack/repository/version_resolver.rb) And, in action: [repository_index.rb](https://github.com/cloudfoundry/ibm-websphere-liberty-buildpack/blob/master/lib/liberty_buildpack/repository/repository_index.rb)

In v0.3.0 we started using version_yaml instead of base_url. If you remove "runtime", "extended" and "extras" altogether do you still get an error?

I see what you mean by your [first comment](https://github.com/WASdev/ci.chef.wlp/issues/32#issuecomment-99590122). `_archive_install.rb` calls [utils.autoVersionUrls](https://github.com/WASdev/ci.chef.wlp/blob/6a7a4c31a75641765bd9b3449ac89088cb99e840/libraries/utils.rb#L65-89) to construct the correct URL to download the archive from. That loops around all the beta URLs effectively...