diff --git a/manifests/rbd.pp b/manifests/rbd.pp index 160c7109..a0d3b53c 100644 --- a/manifests/rbd.pp +++ b/manifests/rbd.pp @@ -28,4 +28,8 @@ class privatecloud::rbd ( public_network => $public_network, } + Exec { + path => '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin' + } + }