Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after the update puppetDownloadMntPoint no longer works #65

Closed
zmsp opened this issue Jul 28, 2015 · 4 comments
Closed

after the update puppetDownloadMntPoint no longer works #65

zmsp opened this issue Jul 28, 2015 · 4 comments

Comments

@zmsp
Copy link

zmsp commented Jul 28, 2015

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
Copy link
Owner

biemond commented Jul 28, 2015

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
Copy link
Owner

biemond commented Jul 28, 2015

like

mod 'biemond/oradb', "1.0.35"

@zmsp
Copy link
Author

zmsp commented Jul 28, 2015

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

@zmsp zmsp closed this as completed Jul 28, 2015
@biemond
Copy link
Owner

biemond commented Jul 28, 2015

yeah, nice

like the readme of oradb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants