Re: [Puppet Users] Mysql Admin

2010-12-10 Thread Patrick
Thanks. I didn't see that. On Dec 10, 2010, at 12:45 PM, Justin Brehm wrote: > There's an exec in this that sets the root password (line 180). > > https://github.com/blt04/puppet-mysql/blob/master/manifests/classes/server.pp > > > On Fri, Dec 10, 2010 at 3:35 PM, Patrick wrote: >> >> On Dec

Re: [Puppet Users] Mysql Admin

2010-12-10 Thread Justin Brehm
There's an exec in this that sets the root password (line 180). https://github.com/blt04/puppet-mysql/blob/master/manifests/classes/server.pp On Fri, Dec 10, 2010 at 3:35 PM, Patrick wrote: > > On Dec 10, 2010, at 5:47 AM, Adam Heinz wrote: > > On Fri, Dec 10, 2010 at 6:34 AM, Patrick wrote: >

Re: [Puppet Users] Mysql Admin

2010-12-10 Thread Patrick
On Dec 10, 2010, at 5:47 AM, Adam Heinz wrote: > On Fri, Dec 10, 2010 at 6:34 AM, Patrick wrote: > I'm trying to administer the mysql database on some servers using puppet. > When I'm done, I want: > > *) The DB to have a root password. > *) I want to define a few databases, users and grants.

Re: [Puppet Users] Mysql Admin

2010-12-10 Thread Adam Heinz
On Fri, Dec 10, 2010 at 6:34 AM, Patrick wrote: > I'm trying to administer the mysql database on some servers using puppet. > When I'm done, I want: > > *) The DB to have a root password. > *) I want to define a few databases, users and grants. > > Any advice what to use? > I've had good succes

Re: [Puppet Users] Mysql Admin

2010-12-10 Thread Mohit Chawla
On Fri, Dec 10, 2010 at 5:04 PM, Patrick wrote: > *) The DB to have a root password. > Use a preseed template. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe

[Puppet Users] Mysql Admin

2010-12-10 Thread Patrick
I'm trying to administer the mysql database on some servers using puppet. When I'm done, I want: *) The DB to have a root password. *) I want to define a few databases, users and grants. Any advice what to use? I want to use the DavidSchmitt-mysql module, but I can't figure out how to make tha