diff options
author | Ravi Sankar Penta <rpenta@redhat.com> | 2015-02-03 16:39:07 -0800 |
---|---|---|
committer | Ravi Sankar Penta <rpenta@redhat.com> | 2015-02-04 10:32:43 -0800 |
commit | 1731951a3b1973690578ca83b876205c698d0ab2 (patch) | |
tree | 6f24277acf16ea87bd34aebcf348134f10382145 /README.md | |
parent | 6fed637dac887656367a822da653c2969508a290 (diff) | |
download | openshift-1731951a3b1973690578ca83b876205c698d0ab2.tar.gz openshift-1731951a3b1973690578ca83b876205c698d0ab2.tar.bz2 openshift-1731951a3b1973690578ca83b876205c698d0ab2.tar.xz openshift-1731951a3b1973690578ca83b876205c698d0ab2.zip |
Bug 1163631 - Make master/minion playbook configurable in cluster.sh
Now config options can take both short and long notations.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Setup - Install base dependencies: - Fedora: ``` - yum install -y ansible rubygem-thor rubygem-parseconfig + yum install -y ansible rubygem-thor rubygem-parseconfig util-linux ``` - Setup for a specific cloud: |