Lebedev Vadim
5ea8e5f920
* Adding server_idparameter to
mysql::config`
...
* Adding `sql_log_bin` parameter to `mysql::config`
* Adding `log_bin` parameter to `mysql::config`
* Adding `max_binlog_size` parameter to `mysql::config`
* Adding `binlog_do_db` parameter to `mysql::config`
* Adding `expire_logs_days` parameter to `mysql::config`
* Adding `log_bin_trust_function_creators` parameter to `mysql::config`
* Adding `replicate_ignore_table` parameter to `mysql::config`
* Adding `replicate_wild_do_table` parameter to `mysql::config`
* Adding `replicate_wild_ignore_table` parameter to `mysql::config`
* Adding `expire_logs_days` parameter to `mysql::params`
* Adding `max_binlog_size` parameter to `mysql::params`
2013-04-08 19:23:24 +04:00
Lebedev Vadim
2a1b1e7962
* Adding key_buffer
parameter to mysql::config
...
* Adding `thread_stack` parameter to `mysql::config`
* Adding `thread_cache_size` parameter to `mysql::config`
* Adding `myisam-recover` parameter to `mysql::config`
* Adding `query_cache_limit` parameter to `mysql::config`
* Adding `query_cache_size` parameter to `mysql::config`
* Adding `max_connections` parameter to `mysql::config`
* Adding `tmp_table_size` parameter to `mysql::config`
* Adding `table_open_cache` parameter to `mysql::config`
* Adding `long_query_time` parameter to `mysql::config`
* Updating mysql_config spec tests
* Fixing lint warnings
2013-04-08 00:20:36 +04:00
Lebedev Vadim
e3b6de2da2
Implement character_set. You can change the default server and
...
client character set
2013-04-04 14:02:58 +04:00
Ken Barber
8000041e9f
Merge pull request #163 from domcleal/pp26
...
Puppet 2.6 fix
2013-03-21 17:32:18 -07:00
Dominic Cleal
fabb06464a
Add create_resources to fix Travis CI failure on Puppet 2.6
2013-03-22 00:01:52 +00:00
Dominic Cleal
3d1703fc7f
Move hash outside of function call, fixes for Puppet 2.6
2013-03-21 23:59:27 +00:00
Ken Barber
1d10682423
Merge pull request #158 from ke4qqq/patch-1
...
Adding php bindings to readme
2013-03-03 13:02:55 -08:00
David Nalley
f6be079081
Adding php bindings to readme
2013-03-03 01:28:10 -05:00
Ken Barber
8eb71ccf23
Merge pull request #156 from mattr-/fix-mocha-warnings
...
fix mocha deprecation warnings
2013-03-01 05:56:33 -08:00
Matt Rogers
b42d4355f0
fix mocha deprecation warnings
2013-02-28 22:36:11 -06:00
Ken Barber
99f831e964
Merge pull request #155 from richardc/patch-1
...
Restrict the versions and add 3.1
2013-02-25 12:03:58 -08:00
Richard Clamp
58699e77ae
Restrict the versions and add 3.1
...
'~> 2.6' will match 2.7.x.
2013-02-25 20:02:18 +00:00
Ken Barber
a0df349ff6
Merge pull request #154 from Paulche/master
...
Fix issue with redeclaration of database_user via mysql::db
2013-02-18 03:32:40 -08:00
Paul Chechetin
1d6ca771d4
Fix issue with twice declaration of Database_user resource
2013-02-18 15:24:57 +04:00
Paul Chechetin
90947afd2f
Fix tests for Puppet 3.0 target
2013-02-18 15:03:18 +04:00
Ken Barber
ffc857d893
Merge pull request #152 from kronn/patch-1
...
Solve an edge-case of syntax highlighting in README.md
2013-02-14 14:14:59 -08:00
Matthias Viehweger
ba9c239295
Solve an edge-case of syntax highlighting in README.md
...
In my vim-setup, the underscore in `create_resources` leads to
rendering everything in italics after that. Wrapping it in backticks
solves this in the editor and also looks better when rendered as HTML.
2013-02-14 23:09:59 +01:00
Ken Barber
c429c0f091
Merge pull request #150 from camptocamp/master
...
Typo
2013-02-05 07:55:29 -08:00
François Deppierraz
3175030c7a
Fix a typo in database_user.rb
2013-02-05 16:34:50 +01:00
Ken Barber
ec804ef715
Merge pull request #148 from blkperl/update_travis
...
Update travis config file
2013-02-02 17:32:46 -08:00
William Van Hevelingen
a3868bc65b
Update travis config file
...
This commit standardizes the Gemfile and travis.yml to be similar
to the files in stdlib. Puppet 3 and ruby 1.9.3 are now added to
the matrix
2013-02-02 17:24:07 -08:00
Gary Larizza
c8f9880aea
Merge pull request #142 from hunner/release_0.6.1
...
Release 0.6.1
2013-01-11 15:23:28 -08:00
Hunter Haugen
ccc39fa57c
Release 0.6.1
...
* Fix providers when /root/.my.cnf is absent
2013-01-11 14:27:54 -08:00
Gary Larizza
c302efd409
Merge pull request #141 from hunner/optional_my.cnf
...
Patch providers for absent my.cnf
2013-01-11 13:34:12 -08:00
Hunter Haugen
6b9a5efc0a
Add tests for absent /root/.my.cnf
2013-01-10 15:55:42 -08:00
Hunter Haugen
cea77802ac
Updating specs for .my.cnf
2013-01-10 15:31:21 -08:00
Hunter Haugen
ca2b16c691
Patch providers for absent my.cnf
...
If the /root/.my.cnf file does not exist but is specified by the
`--defaults-file` argument, the mysql calls will fail. The
`mysql::config` class creates this file, but if the custom resources are
used without including our classes then it will still break.
This allows users to use our custom resources without having to use our
classes.
2013-01-10 15:31:21 -08:00
Matthaus Owens
612ba05ea4
Merge pull request #140 from hunner/release_0.6.0
...
2013-01-09 - Version 0.6.0
2013-01-09 14:46:11 -08:00
Hunter Haugen
56eca117c8
2013-01-09 - Version 0.6.0
...
* Add `mysql::server::config` define for specific config directives
* Add `mysql::php` class for php support
* Add `backupcompress` parameter to `mysql::backup`
* Add `restart` parameter to `mysql::config`
* Add `purge_conf_dir` parameter to `mysql::config`
* Add `manage_service` parameter to `mysql::server`
* Add syslog logging support via the `log_error` parameter
* Add initial SuSE support
* Fix remove non-localhost root user when fqdn != hostname
* Fix dependency in `mysql::server::monitor`
* Fix .my.cnf path for root user and root password
* Fix ipv6 support for users
* Fix / update various spec tests
* Fix typos
* Fix lint warnings
2013-01-09 13:41:34 -08:00
Hunter Haugen
3fbcf433b7
Merge pull request #136 from deadpoint/master
...
Added SuSE support to puppetlabs-mysql
2013-01-09 13:04:44 -08:00
Hunter Haugen
4af7950cb7
Merge pull request #133 from obilodeau/master
...
fixed character-set detection regex
2013-01-09 13:02:35 -08:00
Hunter Haugen
d5bf7a19f7
Merge pull request #131 from saz/recurse-conf-dir
...
add parameter to remove old files in conf.d dir
2013-01-09 13:01:13 -08:00
Hunter Haugen
893bbc824a
Merge pull request #130 from saz/syslog-support
...
allow logging via syslog
2013-01-09 13:00:24 -08:00
Gary Larizza
5b4e9763c7
Merge pull request #137 from hunner/php_support
...
Add php support
2013-01-09 12:22:01 -08:00
Hunter Haugen
dc5ee12b7e
Merge pull request #134 from nikolavp/patch-1
...
Update manifests/server/monitor.pp
2013-01-04 11:34:39 -08:00
Hunter Haugen
02c4da48a5
Add php support
...
PHP libraries are required by many apps. This class assumes 'normal'
names for these packages, but allows other packages names to be passed
for variances such as 'php53-mysql' on RedHat and FreeBSD.
2013-01-04 10:59:17 -08:00
Darin Perusich
0d0c52430b
Added support for SuSE systems
2013-01-03 12:22:39 -05:00
Nikola Petrov
723a3affa1
Update manifests/server/monitor.pp
...
We are using this manifest file and it cannot find *Mysql_user* please change it to *Database_user*. I suppose that this was changed after a refactoring of some sort
Best, Nikola
2012-12-12 18:54:51 +02:00
Olivier Bilodeau
8510a41bb3
fixed character-set detection regex
...
Previous regex matched COLLATE value instead of CHARACTER SET. For
example:
> CREATE DATABASE `test` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_bin */
Returned utf8_bin instead of utf8 causing an unfortunate database refresh in my
configuration. Fixed the regex by adding the optional presence of the COLLATE
keyword.
2012-12-11 12:56:57 -05:00
Steffen Zieger
c5a4740883
add parameter to remove old files in conf.d dir
2012-11-16 20:49:24 +01:00
Steffen Zieger
2e0cbb47ba
allow logging via syslog
2012-11-16 20:37:14 +01:00
Dan Bode
af4b8bff0a
Merge pull request #128 from bodepd/fix_account
...
account security should not fail if hostname == fqdn
2012-10-28 21:43:49 -07:00
Dan Bode
649bc16416
account security should not fail if hostname == fqdn
...
This commit checks that hostaname and fqdn are not
equal before trying to remove both.
2012-10-28 21:40:11 -07:00
Nan Liu
832783040a
Merge pull request #127 from rcoleman/pluginsync_requirement
...
Mention pluginsync in README
2012-10-18 20:08:30 -07:00
Ryan Coleman
bf05db23fe
Mention pluginsync in README
...
Pluginsync is required for this module to function properly. This
commit mentions that requirement and points at documentation on
how to enable pluginsync.
2012-10-18 19:53:18 -07:00
Ryan Coleman
3865afc90a
Merge pull request #126 from bodepd/fix_regression
...
fix mysql bug
2012-10-15 08:33:25 -07:00
Dan Bode
d6b77170d5
fix mysql bug
2012-10-14 19:17:37 -07:00
Ryan Coleman
5a167c9eef
Merge pull request #125 from bodepd/create_my_cnf
...
Create /root/.my.cnf even when root passwd is not managed
2012-10-13 10:14:23 -07:00
Ryan Coleman
bb4f15b8fe
Merge pull request #117 from hunner/optional_compression
...
Mysql::backup Compression Optional
2012-10-13 10:09:55 -07:00
Dan Bode
765b5c2527
Create /root/.my.cnf even when root passwd is not managed
...
When the root password is not managed, it causes mysql to
fail b/c it does not create the /root/.my.cnf file (which causes
all mysql commands from the provider to fail)
2012-10-13 02:35:38 -07:00