Hello, Anyone have any luck getting storeconfigs + MySQL working? I was getting some freaky uninformative errors: err: Could not call: wrong number of arguments (1 for 0) It''d be great if we could get a wiki page up, there appears to be a pretty large consensus of people who are unable to get it running. Regards, AJ
Arjuna Christensen schrieb:> Hello, > > Anyone have any luck getting storeconfigs + MySQL working? I was getting > some freaky uninformative errors: > > err: Could not call: wrong number of arguments (1 for 0)Please run with --trace. This will give you a backtrace from where this error ocurred. Regards, DavidS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Arjuna Christensen wrote:> Hello, > > Anyone have any luck getting storeconfigs + MySQL working? I was getting > some freaky uninformative errors: > > err: Could not call: wrong number of arguments (1 for 0) > > It''d be great if we could get a wiki page up, there appears to be a > pretty large consensus of people who are unable to get it running.There is now a draft Wiki page: http://reductivelabs.com/trac/puppet/wiki/UsingStoredConfiguration Feel free to expand on it. It''s very rough right now. Regards James Turnbull - -- James Turnbull (james@lovedthanlost.net) - -- Author of: - - Pulling Strings with Puppet (http://www.amazon.com/gp/product/1590599780/) - - Pro Nagios 2.0 (http://www.amazon.com/gp/product/1590596099/) - - Hardening Linux (http://www.amazon.com/gp/product/1590594444/) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHg2WI9hTGvAxC30ARAqFZAJ0Z5Mk1hdZOcSPqGDGezZkvM7Ag3wCfUYuC df00/8LLys48Rd7bAiHDhII=JzRT -----END PGP SIGNATURE-----
Arjuna Christensen wrote:> Hello, > > Anyone have any luck getting storeconfigs + MySQL working? I was getting > some freaky uninformative errors: > > err: Could not call: wrong number of arguments (1 for 0) > > It''d be great if we could get a wiki page up, there appears to be a > pretty large consensus of people who are unable to get it running.I didn''t have to do much (right now I''m almost running a stock configuration with mysql and puppet): [puppetmasterd] storeconfigs = true dbadaptor = mysql dbpassword = something dbname, dbserver and dbuser are still their defaults from the puppet config but it works out of the box for me. This is puppet-0.23.2, ruby mysql-2.7 and mysql-5.0.45. Cheers, Ryan