]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-agent: install the correct package for the agent in Ubuntu
authorAlfredo Deza <adeza@redhat.com>
Mon, 20 Jun 2016 11:49:40 +0000 (07:49 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 20 Jun 2016 13:44:01 +0000 (09:44 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1348130

roles/ceph-agent/tasks/pre_requisite.yml

index ac019c3e01fcba7a7e44f9513accc2baf17069a6..ee1f2eaadf5c3085f9214018f37a2fbefea373b1 100644 (file)
@@ -8,7 +8,7 @@
 
 - name: install dependencies
   apt:
-    pkg: calamari-server
+    pkg: rhscon-agent
     state: present
   when: ansible_os_family == 'Debian'
   tags: