diff --git a/manifests/storage/rbd.pp b/manifests/storage/rbd.pp index 0bc9161c..1b37e27a 100644 --- a/manifests/storage/rbd.pp +++ b/manifests/storage/rbd.pp @@ -25,6 +25,7 @@ class cloud::storage::rbd ( auth_type => 'cephx', cluster_network => $cluster_network, public_network => $public_network, + enable_service => true } Exec {