module-mysql/manifests
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
..
client add mysql::client::ruby subclass 2010-05-10 14:27:08 -04:00
server fully qualify the path to mysqladmin, without it, you will get this error: 2010-10-29 15:05:16 -04:00
client.pp implement mysql::client subclasses 2010-05-10 14:26:42 -04:00
default_database.pp add define to manage a common db/user setup 2010-07-21 07:09:55 +02:00
devel.pp merged with puzzle 2009-02-21 17:22:47 +00:00
disable.pp fix correct dependency 2009-02-22 23:07:05 +00:00
init.pp remove license reference from init.pp, as there is no LICENSE file to be referenced 2010-09-22 12:57:16 -04:00
server.pp adapt to new common module 2010-05-07 17:59:42 -04:00