FWIW,
the require at the class level didn't cut it.
I tinkered around long enough to get the effect desired (create/mount lvm
before installing mysql) .
Inside my manifest I required the Mount["/var/lib/mysql"] for the package
{"mysql":} , the mount requires the File["/var/lib/mysql"] (which
Hi,
I am struggling with getting a LVM created and mounted before mysql is
installed on the volume.
Here my high level section:
node /test/ inherits resources {
###
##Create Percona Database Server
###
class { 'xxx::network::db': }
->
class { 'xxx::servercfg::dbvg':