This is an example for the Community Blueprint Repository of how to install a database (MySQL in this case) using Brooklyn's Salt support.
It demonstrates a blueprint that uses the SaltEntity to install MySQL very simply using the formula from SaltStack. To this is added a custom formula that installs a database of choice (in this case the Classic Models database from http://www.mysqltutorial.org/mysql-sample-database.aspx), and some pillar data to configure it.