From 25ac1af00917c46f97bbec2ca8fadb90aa6cc50e Mon Sep 17 00:00:00 2001 From: leseb Date: Wed, 1 Jul 2015 19:15:10 +0200 Subject: [PATCH] Tiny fix for a variable undeclared Signed-off-by: leseb --- roles/ceph-common/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index 251570efe..ce0b4d97a 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -50,8 +50,8 @@ ceph_stable_ice: false # use Inktank Ceph Enterprise ceph_stable_rh_storage: false #ceph_stable_rh_storage_url: (can be found at https://access.redhat.com/products/red-hat-ceph-storage/get-started) #ceph_stable_rh_storage_iso_checksum: -#ceph_stable_rh_storage_mount_path: /tmp/rh-storage-repo -#ceph_stable_rh_storage_download_path: /tmp/ +ceph_stable_rh_storage_mount_path: /tmp/rh-storage-repo +ceph_stable_rh_storage_download_path: /tmp/ # DEV -- 2.47.3