module-mysql/tests/001_create_database.pp

4 lines
79 B
Puppet

err("Will create 'test_db'")
mysql_database { "test_db": ensure => present }