Hi Mickael, Do you think there's enough overlap in behavior to support this? That was the original idea behind making the types generic in the puppetlabs/mysql module but the puppetlabs/postgresql module went in the direction of making the type and provider specific to that tech. It's really a struggle to find the right balance.
To your last comment, have a look at the existing postgresql stuff and see if they meet your need. I'm not sure off-hand how much overlap there is between it and the mysql stuff to talk about merging them into a generic type, specific provider sets. http://forge.puppetlabs.com/puppetlabs/postgresql Cheers, --Ryan On Tue, Jun 4, 2013 at 5:15 AM, Mickaël Canévet <[email protected]>wrote: > Hello, > > What would you think of moving database, database_grant and database_user > types and providers from puppetlabs-mysql to its own module > (puppetlabs-dbproviders for example) so that we can develop providers for > others RDBMS ? > > I'd like to develop providers for postgresql, so I think it makes sense to > put this types/providers in its own module. > > best regards, > Mickaël Canévet > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Ryan Coleman | Modules & Forge | @ryanycoleman | ryancoleman in #puppet -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
