Reorder media files for notice. Make the most compressed one (mp3, mp4) the default. Closes #0025878
class { 'mysql::server':
root_password => 'password'
}
class { 'mysql::server::backup':
backupuser => 'myuser',
backuppassword => 'mypassword',
backupdir => '/tmp/backups',
}