cpitman / puppet-database_schema

Puppet module for managing database schema migrations
MIT License
1 stars 5 forks source link

Add new 'placeholders' param to flyway_migration #3

Closed alexjfisher closed 8 years ago

alexjfisher commented 8 years ago

Hi

I've added some new functionality to the flyway_migration defined type to make it possible to use flyway's placeholder replacement feature.

The change adds a new optional 'placeholders' parameter that accepts a hash. The hash gets converted into a string of -placeholder.key='value' command line arguments.

Kind Regards, Alex

alexjfisher commented 8 years ago

@cpitman - Any chance this will get merged?

Thanks, Alex

cpitman commented 8 years ago

@alexjfisher Sorry, missed the notification for this. Change looks solid, thanks for the help!