Micah Anderson
b48f864b30
fully qualify the path to mysqladmin, without it, you will get this error:
...
Parameter unless failed: 'mysqladmin -uroot status > /dev/null' is both unqualifed and specified no search path at /etc/puppet/modules/mysql/manifests/server/base.pp:62
unless you have set globally:
Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin" }
2010-10-29 15:05:16 -04:00
Micah Anderson
c4fa879120
fixing merge error which removed a / -- round 2
2010-09-22 19:50:01 -04:00
Micah Anderson
892a2c5f63
fixing merge error which removed a /
2010-09-22 19:38:17 -04:00
Micah Anderson
7b1d2925b9
fix pathing, its /usr not /user
2010-09-22 19:31:06 -04:00
Micah Anderson
a3e7b031a3
Merge remote branch 'remotes/immerda/master'
...
Conflicts:
manifests/server/base.pp
2010-09-22 13:12:51 -04:00
Micah Anderson
31de67a0f9
allow for different my.cnf files according to the OS release
2010-09-22 12:52:50 -04:00
Micah Anderson
f1f1d212c1
require package mysql-server for service mysql instead of mysql-client
2010-09-22 12:37:46 -04:00
mh
24d7c6aa24
remove unnecessary fileserver variable ( #2460 ) round II
2010-08-11 15:57:43 +02:00
mh
2f3df107de
remove unnecessary fileserver variable ( #2460 )
2010-08-07 02:12:20 +02:00
mh
5191ded011
move scripts to /usr/local/sbin, old scripts are getting removed by wiping the modules dir
2010-04-02 17:48:13 +02:00
Jerome Charaoui
9ec0ef766c
make backup and optimize cron jobs optional; introduce $mysql_backup_cron, $mysql_backup_dir and$mysql_optimize_cron; use a module_dir for scripts
2009-12-10 14:52:50 -05:00
Jerome Charaoui
4a24fffe14
change mysql client alias and quote resource names
2009-12-10 13:10:06 -05:00
Jerome Charaoui
3474f85ebe
run mysql_set_rootpw if $mysql_rootpw changes
2009-12-10 12:36:34 -05:00
Jerome Charaoui
dcc761cbfd
add Debian support
2009-12-10 12:22:25 -05:00
mh
a818f61a07
update to 0.25.x style
2009-11-14 15:06:59 +01:00
mh
56e7903cfa
recursivly updating file path to new 0.25 style
2009-11-02 00:57:26 +01:00
mh
647d5fda99
refactor classes
2009-10-03 15:19:11 +02:00