search for: documentationo

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

Did you mean: documentation
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." defaultfor :kernel => ''Linux'' optional_commands :mysql => ''...