search for: vsdatabase

Displaying 1 result from an estimated 1 matches for "vsdatabase".

Did you mean: sdatabase
2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All, I wanted to create two two MySQL database with same user credential using Puppet-MySQL. How can I achieve this? Please find my script below. class mysql::vsdatabase { include mysql mysql::db { ''vidispine'': user => ''user'', password => ''user123'', host => ''db.<hostname>.com'', } } How can I add another database here with same credential.(If I create different Class with d...