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

making java depency user suppliable or optional #45

Open
gseac opened this issue Jun 21, 2016 · 3 comments
Open

making java depency user suppliable or optional #45

gseac opened this issue Jun 21, 2016 · 3 comments

Comments

@gseac
Copy link

gseac commented Jun 21, 2016

We have a wrapper cookbook around the "bamboo" cookbook. the cookbook defines a dependency on Java. We have our own internal Java cookbook which installs Java slightly differently and also perform some other custom actions. Would would be amenable to making the Java dependency something optional. Optional, in the sense the user would need to supply that dependency.

Regards,

@ramonskie
Copy link
Collaborator

can i ask more about your usecase?
what are you exactly doing with the specialized java?
is it specific change for bamboo?

@gseac
Copy link
Author

gseac commented Jun 21, 2016

We support multiple versions of Java, so our java_home varies with applications. We also install some SSL certificates as part of our java install. We like the functionality provided by the bamboo cookbook we just would like to had it skip the java install.

@ramonskie
Copy link
Collaborator

well we also do this with a wrapper cookbook
the only thing you need to do is let your adjusted java cookbook install on a different location
so that the bamboo agent/server uses the cookbook we provided here.

and for the bamboo build we use different java versions

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