Commit graph

31 commits

Author SHA1 Message Date
Ossi Salmi
20c9094c53 Lint fixes 2015-05-04 11:17:19 +03:00
Ossi Salmi
96fb1bacbc Fix lint warnings about ensure placement 2015-05-04 11:00:36 +03:00
Ossi Salmi
251d45b848 Revert "mysql: Tighten datadir permissions"
This reverts commit 556b6dbc8c.
2013-08-12 16:33:56 +03:00
Ossi Salmi
556b6dbc8c mysql: Tighten datadir permissions 2013-07-18 22:09:05 +03:00
Ossi Salmi
fc01f66018 mysql: Move mysql_backup_datadir away from mysql_datadir
MySQL believes it has a database called backup if such directory exists
in the datadir.
2013-07-18 20:40:49 +03:00
Ossi Salmi
c8fbeb22f6 Syntax cleanup 2013-06-13 15:34:11 +03:00
Ossi Salmi
c8c5f097b4 Merge branch 'master' into puppet3 2013-05-08 00:28:29 +03:00
e0176c550f mysql: Fixed backup script errors in MySQL 5.1.69. 2013-05-05 09:57:01 +03:00
Ossi Salmi
dc51af1ca2 Updated all templates to use instance variables 2013-05-05 00:07:55 +03:00
611fdd6b81 Fixed mysql::client for Ubuntu. 2013-04-19 12:29:14 +03:00
Ossi Salmi
24ecb51f6f Added support for RHEL and did some syntax cleaning
Assume that "RedHat" also works where "CentOS" does.
2012-09-05 17:29:36 +03:00
f17e3f055e Fixed mysql logrotation when mysql root password is set. 2012-06-28 14:26:51 +03:00
76ae752706 Fixed mysqlreport cron when mysql root has password set. 2012-06-28 14:25:25 +03:00
564e8ed693 Changed .my.cnf single quotes to double quotes to get mysqlreport working again. 2012-06-06 16:17:41 +03:00
38edd3366d Change mysql-backup cron job to get home directory path from passwd database instead hardcoding. 2012-06-06 10:52:40 +03:00
Ossi Salmi
6f5f738833 Added HOME variable to mysql-backup script to enable use of .my.cnf 2012-06-05 12:57:51 +03:00
ac5d6987d3 Added support for using MySQL with root password. 2012-06-04 13:04:33 +03:00
84edcd61ed Fixed "unquoted file mode" errors given by puppet-lint. 2012-03-27 16:10:01 +03:00
34c36045fa Fixing puppet-lint errors. 2012-03-27 14:41:39 +03:00
a5f30acd33 Fixed mysql init on Ubuntu and Debian. 2012-01-03 15:15:03 +02:00
69687535da Fixed errors from "information_schema" database on mysql backup script. 2011-11-28 14:53:32 +02:00
Ossi Salmi
0ed66bddf9 Fixed selinux check in mysql::server 2011-10-12 13:56:05 +03:00
5475229cfd Fixed deprecation warnings "Files found in modules without specifying 'modules' in file path". This will break 0.24.x client compatibility. 2011-01-26 20:06:13 +02:00
ffee877701 Fixed SELinux contexts for MySQL data directories. 2010-10-06 16:07:52 +03:00
bdb130597d Added description for $mysql_datadir variable in mysql::server class. 2010-03-25 08:55:05 +02:00
32d0b88da6 Added mysql::server::backup class to backup local MySQL databases. 2010-03-25 08:54:01 +02:00
2d2173d253 Added datadir relocation support to mysql::server. 2010-03-05 15:45:40 +02:00
cdd02bfee7 Redirected errors to /dev/null from mysql reporting module. 2009-10-23 10:12:47 +03:00
27a0bab6e8 Added mysql::server::report class which creates daily reports of MySQL status. 2009-10-23 00:30:51 +03:00
c9d5371940 Changed mysql server module to use root account without password (access is controlled by filesystem access to local mysql socket). 2009-10-22 16:15:43 +03:00
598a1d440b Initial version MySQL module. 2009-09-17 23:04:21 +03:00