diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-08-14 17:33:49 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-08-14 17:33:49 -0400 |
commit | 30d653aa5b776afbf35c98b1b5e7436f8cb7123c (patch) | |
tree | 86141f3cc018b511eb1f86144c3a0d6ad250db35 /docs | |
parent | c7337a81964057cea17d5e88c455d343f3e138d4 (diff) | |
parent | abd6132a81ed7b9e7931af1271db9067e9b51536 (diff) | |
download | openshift-30d653aa5b776afbf35c98b1b5e7436f8cb7123c.tar.gz openshift-30d653aa5b776afbf35c98b1b5e7436f8cb7123c.tar.bz2 openshift-30d653aa5b776afbf35c98b1b5e7436f8cb7123c.tar.xz openshift-30d653aa5b776afbf35c98b1b5e7436f8cb7123c.zip |
Merge pull request #443 from aveshagarwal/ae-ansible-merge-doc
AE->OSO ansible doc merge
Diffstat (limited to 'docs')
-rw-r--r-- | docs/best_practices_guide.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/best_practices_guide.adoc b/docs/best_practices_guide.adoc index a146b93ad..08d95b2b8 100644 --- a/docs/best_practices_guide.adoc +++ b/docs/best_practices_guide.adoc @@ -421,7 +421,7 @@ For consistency, role names SHOULD follow the above naming pattern. It is import Many times the `technology` portion of the pattern will line up with a package name. It is advised that whenever possible, the package name should be used. .Examples: -* The role to configure an OpenShift Master is called `openshift_master` +* The role to configure a master is called `openshift_master` * The role to configure OpenShift specific yum repositories is called `openshift_repos` === Filters |