diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-09-10 15:56:15 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-09-10 15:56:15 -0400 |
commit | a5011b9ad04c552a5fcda77d08cdb5fa77d40f01 (patch) | |
tree | 3e2fceb65a5061512f0313dda029474f2c2878bb /roles/openshift_common | |
parent | 40c6cccf492c787421b4438392804fe188fbc58b (diff) | |
parent | 12b56e720a8221208fbc1c5dd8a7e5732aa4f04e (diff) | |
download | openshift-a5011b9ad04c552a5fcda77d08cdb5fa77d40f01.tar.gz openshift-a5011b9ad04c552a5fcda77d08cdb5fa77d40f01.tar.bz2 openshift-a5011b9ad04c552a5fcda77d08cdb5fa77d40f01.tar.xz openshift-a5011b9ad04c552a5fcda77d08cdb5fa77d40f01.zip |
Merge pull request #570 from sdodson/openshift_data_dir
Move openshift_data_dir to openshift.common.data_dir fact based on deployment_type
Diffstat (limited to 'roles/openshift_common')
-rw-r--r-- | roles/openshift_common/vars/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/openshift_common/vars/main.yml b/roles/openshift_common/vars/main.yml index 817fe0a5f..50816d319 100644 --- a/roles/openshift_common/vars/main.yml +++ b/roles/openshift_common/vars/main.yml @@ -5,5 +5,3 @@ # chains with the public zone (or the zone associated with the correct # interfaces) os_firewall_use_firewalld: False - -openshift_data_dir: /var/lib/origin |