Should be easy to do, just no one has yet to share their module code.

This would require customizing both the configuration and the puppet-service 
implementation.

I have done this (not with puppet) on Red Hat/CentOS type systems by making 
duplicate startup scripts in /etc/init.d :

/etc/init.d/mysql-instance1
/etc/init.d/mysql-instance2
... etc.

And even had multiple versions by using customized source builds installed into 
parallel locations :

/usr/local/mysql-5.0.xx/...
/usr/local/mysql-5.5.xx/...
... etc.

HTH

“Sometimes I think the surest sign that intelligent life exists elsewhere in 
the universe is that none of it has tried to contact us.” 
Bill Waterson (Calvin & Hobbes) 

----- Original Message ----- 
From: "Peter Krawetzky" <pkrawet...@gmail.com> 
To: puppet-users@googlegroups.com 
Sent: Friday, May 17, 2013 10:12:49 AM 
Subject: [Puppet Users] Running multile MySQL Instances on the same server 


Was wondering if someone has implemented the management of multiple MySQL 
instances using puppet on the same server? Essentially we want to use the same 
MySQL binaries but implement multiple distinct MySQL instances connecting via a 
specific port number. Puppet Forge has a great MySQL implementation including 
databases, users and permissions but it doesn't seem to allow for managing 
multiple instances. 

Any information would be greatly appreciated. 

-- 
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 puppet-users+unsubscr...@googlegroups.com. 
To post to this group, send email to puppet-users@googlegroups.com. 
Visit this group at http://groups.google.com/group/puppet-users?hl=en . 
For more options, visit https://groups.google.com/groups/opt_out . 


-- 
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 puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to