biemond / biemond-oradb

Puppet Oracle Database Module
Apache License 2.0
59 stars 113 forks source link

after the update puppetDownloadMntPoint no longer works #65

Closed zmsp closed 9 years ago

zmsp commented 9 years ago

Hi Edwin, I was using your library to create a docker oracle 12 EE database and it worked until the update. After the update it keeps saying invalid parameter and points to line 71. I am referring to the file located here. https://github.com/biemond/docker-database-puppet/blob/master/puppet/manifests/site.pp

Thanks.

biemond commented 9 years ago

Hi,

Thanks I forgot to update that one. I changed all oradb parameters to snake style instead of camelcase This will retrieve the latest version from forge.

the quick fix for now is to update the puppetfile and add the previous version to the oradb mod reference https://github.com/biemond/docker-database-puppet/blob/master/puppet/Puppetfile#L9

Thanks

biemond commented 9 years ago

like

mod 'biemond/oradb', "1.0.35"

zmsp commented 9 years ago

Thanks! that worked. Just curious in order for it to work with the latest version, I need to change it to snake_case?

biemond commented 9 years ago

yeah, nice

like the readme of oradb