Hi, How to create mysql database thru puppet. I fired thru exec . it it creating. but i feel it is not a correct procedure. Please share your suggestions -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
No that is one of the ways to do it. The alternative is to write your own provider and type. As for whether your method is correct, if it is working for you and scales then its the correct procedure for you. On Sun, Oct 2, 2011 at 11:41 AM, CHEBRIAN <ksd.che@gmail.com> wrote:> Hi, > > How to create mysql database thru puppet. I fired thru exec . it it > creating. but i feel it is not a correct procedure. Please share your > suggestions > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
you can find several examples of existing types/providers for managing mysql online. Here is one example: https://github.com/puppetlabs/puppetlabs-mysql hope this helps -Dan On Sun, Oct 2, 2011 at 1:26 PM, Matthew Black <mjblack@gmail.com> wrote:> No that is one of the ways to do it. The alternative is to write your own > provider and type. As for whether your method is correct, if it is working > for you and scales then its the correct procedure for you. > > > On Sun, Oct 2, 2011 at 11:41 AM, CHEBRIAN <ksd.che@gmail.com> wrote: > >> Hi, >> >> How to create mysql database thru puppet. I fired thru exec . it it >> creating. but i feel it is not a correct procedure. Please share your >> suggestions >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Another mysql module: https://labs.riseup.net/code/projects/module-mysql/repository -Brian On Sun, Oct 2, 2011 at 4:37 PM, Dan Bode <dan@puppetlabs.com> wrote:> you can find several examples of existing types/providers for managing > mysql online. > > Here is one example: > > https://github.com/puppetlabs/puppetlabs-mysql > > hope this helps > > -Dan > > > On Sun, Oct 2, 2011 at 1:26 PM, Matthew Black <mjblack@gmail.com> wrote: > >> No that is one of the ways to do it. The alternative is to write your own >> provider and type. As for whether your method is correct, if it is working >> for you and scales then its the correct procedure for you. >> >> >> On Sun, Oct 2, 2011 at 11:41 AM, CHEBRIAN <ksd.che@gmail.com> wrote: >> >>> Hi, >>> >>> How to create mysql database thru puppet. I fired thru exec . it it >>> creating. but i feel it is not a correct procedure. Please share your >>> suggestions >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Puppet Users" group. >>> To post to this group, send email to puppet-users@googlegroups.com. >>> To unsubscribe from this group, send email to >>> puppet-users+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/puppet-users?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- <http://aws.amazon.com/solutions/solution-providers/brandorr/> -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi, Thanks for your suggestions . On Mon, Oct 3, 2011 at 3:53 AM, Brian Gupta <brian.gupta@brandorr.com>wrote:> Another mysql module: > https://labs.riseup.net/code/projects/module-mysql/repository > > -Brian > > > On Sun, Oct 2, 2011 at 4:37 PM, Dan Bode <dan@puppetlabs.com> wrote: > >> you can find several examples of existing types/providers for managing >> mysql online. >> >> Here is one example: >> >> https://github.com/puppetlabs/puppetlabs-mysql >> >> hope this helps >> >> -Dan >> >> >> On Sun, Oct 2, 2011 at 1:26 PM, Matthew Black <mjblack@gmail.com> wrote: >> >>> No that is one of the ways to do it. The alternative is to write your own >>> provider and type. As for whether your method is correct, if it is working >>> for you and scales then its the correct procedure for you. >>> >>> >>> On Sun, Oct 2, 2011 at 11:41 AM, CHEBRIAN <ksd.che@gmail.com> wrote: >>> >>>> Hi, >>>> >>>> How to create mysql database thru puppet. I fired thru exec . it it >>>> creating. but i feel it is not a correct procedure. Please share your >>>> suggestions >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Puppet Users" group. >>>> To post to this group, send email to puppet-users@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> puppet-users+unsubscribe@googlegroups.com. >>>> For more options, visit this group at >>>> http://groups.google.com/group/puppet-users?hl=en. >>>> >>>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Puppet Users" group. >>> To post to this group, send email to puppet-users@googlegroups.com. >>> To unsubscribe from this group, send email to >>> puppet-users+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/puppet-users?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> > > > > -- > <http://aws.amazon.com/solutions/solution-providers/brandorr/> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.