diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-04-21 09:09:57 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-04-21 09:09:57 -0400 |
commit | 9ab46f679198883d90047762c8c883be69d223ea (patch) | |
tree | f2ccf142501b74de0b9f2eca8a27b9cad168f08a /README_OSE.md | |
parent | 96dd0ab929b7f391eee9b23209aa377537114b72 (diff) | |
parent | 3d414f3c803139cb7396562bb593cd75c22b80ea (diff) | |
download | openshift-9ab46f679198883d90047762c8c883be69d223ea.tar.gz openshift-9ab46f679198883d90047762c8c883be69d223ea.tar.bz2 openshift-9ab46f679198883d90047762c8c883be69d223ea.tar.xz openshift-9ab46f679198883d90047762c8c883be69d223ea.zip |
Merge pull request #161 from detiber/noMoreMaters
Fix typos... master not mater
Diffstat (limited to 'README_OSE.md')
-rw-r--r-- | README_OSE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_OSE.md b/README_OSE.md index 6d4a9ba92..cd0b9f7a6 100644 --- a/README_OSE.md +++ b/README_OSE.md @@ -63,7 +63,7 @@ option to ansible-playbook. ```ini # This is an example of a bring your own (byo) host inventory -# Create an OSEv3 group that contains the maters and nodes groups +# Create an OSEv3 group that contains the masters and nodes groups [OSEv3:children] masters nodes |