cpitman / puppet-database_schema

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

Add `timeout` parameter to migration defined types #6

Open alexjfisher opened 7 years ago

alexjfisher commented 7 years ago

Expose the Exec resource's timeout parameter in the flyway and liquibase migration defined types. This is better than setting a Resource default statement for Execs where the Area of effect can be problematic. See https://docs.puppet.com/puppet/latest/reference/lang_defaults.html#area-of-effect

Tests, (and a few minor lint fixups) included.