tylerwalts / puppet-jdk_oracle

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

Puppet 4 support #43

Closed tstibbs closed 9 years ago

tstibbs commented 9 years ago

It appears that puppet 4 needs to compare strings with the osfamily fact.

Note I tried to update the travis.yml to test against puppet 4 also, but rspec-hiera-puppet is not supported any more and so has not been updated for puppet 4, so there's more work to be done there.

Note I have tested this change on puppet 4.0.0 on centos 6.4 only.

tylerwalts commented 9 years ago

Thanks! I created issue #44 to capture adding puppet 4 testing in Travis CI.