tylerwalts / puppet-jdk_oracle

Puppet module to install JDK from oracle using wget
Other
15 stars 54 forks source link

Hi Team, I am getting Unsupported platform error on all the flavors. All the operating systems are 64 bit. Please help #61

Closed kranthi1234 closed 8 years ago

kranthi1234 commented 8 years ago

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Unsupported platform: hiera("jdk_oracle::platform", "x64"). Implement me? at /etc/puppet/modules/jdk_oracle/manifests/install.pp:29

tylerwalts commented 8 years ago

My first thought is that you don't have Hiera installed. The intent when writing this the first time a while back was that we would support hiera if the user is using it, but have some sane defaults if not. Even if you are not using hiera, you'll still need to have it installed so that the hiera function call doesn't barf.

Can you share what versions of puppet you are using, and if hiera is installed or not?

puppet --version and hiera --version

and/or: whereis puppet && whereis hiera

kranthi1234 commented 8 years ago

Hi Tylerwalts,

Thanks for your reply. Please find the details below

hiera --version 1.3.4 puppet --version 3.8.3 whereis puppet && whereis hiera puppet: /usr/bin/puppet /etc/puppet /usr/share/puppet /usr/share/man/man8/puppet.8.gz hiera: /usr/bin/hiera /etc/hiera.yaml

tylerwalts commented 8 years ago

Ok thanks for the info. Can you share you you are calling the module and passing the parameters?

kranthi1234 commented 8 years ago

Hi Tylerwalts,

Now I am able to figure out the issue. Module was called but parameters were not passed. Thanks a lot for your help.

This issue has been closed.

Regards, Kranthi