Search code examples
puppetboxen

Boxen install mysql version?


I am trying to use boxen for installing software on new computers and would like to know if there is a way to install a specific version of mysql (5.5.29) using the puppet-mysql module.


Solution

  • It's in their readme for the module under parameters:

    package_ensure

    What to set the package to. Can be present, absent, or version.