summaryrefslogtreecommitdiffstats
path: root/docs/best_practices_guide.adoc
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-08-14 17:33:49 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-08-14 17:33:49 -0400
commit30d653aa5b776afbf35c98b1b5e7436f8cb7123c (patch)
tree86141f3cc018b511eb1f86144c3a0d6ad250db35 /docs/best_practices_guide.adoc
parentc7337a81964057cea17d5e88c455d343f3e138d4 (diff)
parentabd6132a81ed7b9e7931af1271db9067e9b51536 (diff)
downloadopenshift-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/best_practices_guide.adoc')
-rw-r--r--docs/best_practices_guide.adoc2
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