Re: [Puppet Users] Ensure "rows" in a mysql table

2014-11-24 Thread Abhijeet Rastogi
@Felix, thanks for the link. @Javier, your module seems like a good starting point. That's definitely helpful. Thanks. On Mon, Nov 24, 2014 at 2:46 PM, Javier Palacios wrote: > For the second path, around one year ago I wrote a module to manage a web > app configuration table (key value pairs).

Re: [Puppet Users] Ensure "rows" in a mysql table

2014-11-24 Thread Javier Palacios
For the second path, around one year ago I wrote a module to manage a web app configuration table (key value pairs). Although now I could probably write a better module, It did work well enough. You can have a look at https://forge.puppetlabs.com/jpalacios/sqltable. It would require some adaptation

Re: [Puppet Users] Ensure "rows" in a mysql table

2014-11-22 Thread Felix Frank
On 11/22/2014 04:33 AM, Abhijeet Rastogi wrote: > Hi everyone, > > I've this unique requirement where I have to manage "rows" in a > database using puppet. Well, these rows actually represent "dns > entries". (I'm using powerdns witih mysql > http://doc.powerdns.com/html/generic-mypgsql-backends.ht