dev/provisioning/modules/mysql/examples/server.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 19:46:23 +0530
changeset 359 6274a5fdd348
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Treemap colors

class { 'mysql::server':
  root_password => 'password',
}