commit | 6d44b1e01e342a4567e0d279235f08ec555ab27d | [log] [tgz] |
---|---|---|
author | jpavlik <j.pavlik@tcpcloud.eu> | Tue Jun 09 16:21:55 2015 +0200 |
committer | jpavlik <j.pavlik@tcpcloud.eu> | Tue Jun 09 16:21:55 2015 +0200 |
tree | 4a447e9748f250de4071fbca5f506c5ca9075f56 | |
parent | beff42e040bc2c05584e2d6a907b4992b0cef996 [diff] |
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