puppetlabs-lvm
puppetlabs-lvm copied to clipboard
Managing unmanaged file resource
The Mount resource default statement is dependent on a resource not managed by the module so it bombs out; the exec statement at the bottom of logical_volume doesn't consistently execute on puppetserver 4.10 for some reason.
Also please accept this commit, but it might be good to add something like this:
if $mountpath == "/$name" {
$mountpath_final = "/${name}"
} else {
$mountpath_final = "${mountpath}/${name}"
}
... replace $mountpath with $mountpath_final in the lower code.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Codecov Report
:exclamation: No coverage uploaded for pull request base (
master@d621bd9). Click here to learn what that means. The diff coverage isn/a.
@@ Coverage Diff @@
## master #229 +/- ##
=========================================
Coverage ? 72.96%
=========================================
Files ? 17
Lines ? 773
Branches ? 0
=========================================
Hits ? 564
Misses ? 209
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update d621bd9...530f792. Read the comment docs.