]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
puddle/ceph-distill: rm unused variable
authorKen Dreyer <kdreyer@redhat.com>
Mon, 21 Dec 2015 23:45:47 +0000 (16:45 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 15 Jan 2016 22:00:16 +0000 (15:00 -0700)
This would cause `ceph-distill` to fail when the file did not exist for
`cat` to find.

roles/puddle/templates/distill/ceph-distill

index cd618a93b8c946499c2ac5052d132dea12191e95..3a2ce84b472a8d66d5e6262e068dd5f80ae8453f 100755 (executable)
@@ -25,7 +25,6 @@ compose_config=1.3-compose-trees
 # and loop over more compose_configs here.
 
 target=/var/www/{{ ansible_hostname }}/htdocs/distill/$compose_config
-compose_id=$(cat $target/latest-Ceph-1-RHEL-7/COMPOSE_ID)
 
 # Cleanup temporary files that we don't need and take up space
 pushd $target/latest-Ceph-1-RHEL-7