[Puppet Users] Re: Problem with ordering: Create LVM before installing mysql

2015-01-11 Thread yuhaze
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

[Puppet Users] Problem with ordering: Create LVM before installing mysql

2015-01-09 Thread yuhaze
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':