module-mysql/tests/999_remove_database.pp

3 lines
77 B
Puppet

err("Will remove 'test_db'")
mysql_database { "test_db": ensure => absent }