dev/provisioning/modules/mysql/examples/server.pp
author ymh <ymh.work@gmail.com>
Wed, 06 Jul 2016 14:22:24 +0200
changeset 229 744379451219
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
add publisher and duration_ms to model

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