index
:
puppet-mysql
adapt-to-jessie
master
Puppet module for mysql
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
001_create_database.pp
blob: 4e489cce1c12b93f30d8f20a02def7e8dbe9b6dc (
plain
)
1
2
3
4
err
(
"Will create 'test_db'"
)
mysql_database
{
"test_db"
:
ensure
=>
present
}