1 2 3 4 5 6 7
# basic mysql client stuff class mysql::client::base { package { 'mysql': ensure => present, alias => 'mysql-client', } }