Re: [Puppet-dev] Use puppet to rum mysql on client and import database

2011-07-25 Thread Matt Robinson
This is definitely possible. You can manage services like mysql with puppet: http://docs.puppetlabs.com/references/stable/type.html#service, and you could use a puppet exec resource to to import: http://docs.puppetlabs.com/references/stable/type.html#exec. You may also want to check for modules t

[Puppet-dev] Use puppet to rum mysql on client and import database

2011-07-14 Thread newguy
Hi guys I want my puppet server to start mysql on the client and import a database from a sql file available with the client. Is it possible to do this with puppet? Please help. Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To po