dependencies
diff --git a/ceph/client.sls b/ceph/client.sls
index 9b6d1cc..59ffe13 100644
--- a/ceph/client.sls
+++ b/ceph/client.sls
@@ -11,6 +11,8 @@
   ini.options_present:
   - sections:
       client.{{ keyring_name }}: {{ keyring|yaml }}
+  - require:
+    - pkg: ceph_client_packages
 
 {%- endfor %}
 
@@ -32,5 +34,7 @@
 /etc/ceph/ceph.conf:
   ini.options_present:
   - sections: {{ config|yaml }}
+  - require:
+    - pkg: ceph_client_packages
 
 {%- endif %}
\ No newline at end of file