-
Notifications
You must be signed in to change notification settings - Fork 71
Installation fails if java was already installed #139
Comments
Would it be possible to turn this into an attribute? |
@eyalzek What would that fix? |
Here is an example from the
|
@eyalzek Thanks, I am aware how package options work :) My question remains: Why would you want to change those options and what would you fix by changing them? |
Huh sorry, misread your question :) I am in mind to do the following on all my nodes anyway:
In which case, the changes to this cookbook won't be necessary for me (but I still believe it's good to have the option to customize these parameters). |
This seems like an issue with the java cookbook not setting up the Java package properly. Installing the mesos package should not pull oracle-java8-set-default as it is supposed to be installed by the aforementioned cookbook. |
Since the file
/etc/profile.d/jdk.sh
exists before the installation,apt-get
is prompting for replacing the file:I don't know why it started happening all of a sudden, but currently to bypass it I have to:
before calling
include_recipe 'mesos::master'
...The text was updated successfully, but these errors were encountered: