search for: h5mk5syctxej

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

2012 Aug 11
2
Extending Puppet Woes
I am looking to extend one of the puppet modules -"mysql". I found that they are extending Puppet with types and providers. First off I am having a difficult time find any documentationo on this and I do not know Ruby that well. The problem that I am having is this, I have the following code: Puppet::Type.type(:database).provide(:mysql) do desc "Manages MySQL database."