tylerwalts / puppet-jdk_oracle

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

ensure_package statements could cause duplicate declaration error #82

Closed albac closed 7 years ago

albac commented 7 years ago

wget unzip wget could be declare outside of this module causing duplicate declaration errors.

This was solved on 1.5 by using "if ! defined".. I will provide a PR soon with this change if this works for you.

tylerwalts commented 7 years ago

Thanks for the PR!