diff --git a/manifests/conf.pp b/manifests/conf.pp index 2e51942f..684b5e0d 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -28,5 +28,5 @@ # Optional. Defaults to a empty hash # class ceph::conf($args = {}, $defaults = {}) { - create_resources(ceph_config, $args, $defaults) + ensure_resources(ceph_config, $args, $defaults) }