Displaying 5 results from an estimated 5 matches for "mysql_database".
2009 May 31
9
No more than one "instances" of a type in define()?
Hi folks,
when I try to do something like:
define railsproject($name, $uid, $gid, $userpass, $sqlpass) {
mysql_database { "$name_staging": ensure => present }
mysql_database { "$name_production": ensure => present}
....more stuff...
}
I get:
Puppet::Parser::AST::Resource failed with error ArgumentError:
Duplicate definition: Mysql_database[] is already defined in file /etc/
puppe...
2010 Oct 12
4
[0.25.5] Default provider
...g the mysql types
from the camptocamp repo[0] and trying to get it to work on Debian. I
only modified the command so it would include --defaults-file=/etc/
mysql/debian.cnf. But when I try to use the type, I get:
err: Could not run Puppet configuration client: Could not find a
default provider for mysql_database
So I tried adding the line:
defaultfor :operatingsystem => :debian
To the providers. But I''m still getting the message the it cannot find
the default provider. I''ve been searching online for documentation on
how to modify the type so it would know which provider to select, b...
2008 Dec 05
0
RMySQL 0.7-2 now available on CRAN
...ng
the windows registry entries.
* Removed dependence on MySQL C function load_defaults() as it was
meant for command-line tools, not for (re)connecting to a database.
* Fixed \r issue with dbWriteTable().
* Tests have been added and depend on proper values set in the
environment variables MYSQL_DATABASE, MYSQL_USER, and
MYSQL_PASSWD.
Best,
Jeff
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Dec 05
0
RMySQL 0.7-2 now available on CRAN
...ng
the windows registry entries.
* Removed dependence on MySQL C function load_defaults() as it was
meant for command-line tools, not for (re)connecting to a database.
* Fixed \r issue with dbWriteTable().
* Tests have been added and depend on proper values set in the
environment variables MYSQL_DATABASE, MYSQL_USER, and
MYSQL_PASSWD.
Best,
Jeff
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2013 Dec 09
0
mysql module v 1.0 mysql_grant - database_grant
...ing from v 1 to 2 must be studied, so
I decided to upgrde to version 1.
BUT, I''ve seen a couple of warnings on my first run and I''m updating my
code, but I''ve found that my old sysntax for database_grant is not
compatible with mysql_grant.
So, if I had something like:
mysql_database{ [ ''biosql'' , ''biosql-test'' ] :
ensure => present,
require => Class[''mysql::server''],
}
database_user { ''biocore@%.XXXXX'' :
password_hash => mysql_password('...