search for: mysqlbinary

Displaying 1 result from an estimated 1 matches for "mysqlbinary".

2008 Jul 01
5
chicken/egg problem with custom types
...ctly. However I start using the custom types on a host where mysql have already been installed. Now I should bootstrap a new mysql server and puppet is failing, with the error, that no handler for the type mysql_user can be found. This is obviously because no mysql is yet installed and therefor no mysqlbinary is installed which is used by the custom types. So a typical chicken/egg problem: mysql should be installed, but the manifests are failing because mysql isn''t yet installed. I tried to add require => Package[''mysql''] to the mysql_user type, however this doesn''...