diff options
author | Avesh Agarwal <avagarwa@redhat.com> | 2015-08-12 16:19:25 -0400 |
---|---|---|
committer | Avesh Agarwal <avagarwa@redhat.com> | 2015-08-13 18:30:33 -0400 |
commit | 000e179cb3d39756d9bf5f846e2be3a7d3759f5f (patch) | |
tree | 6a3f14521f9e55407fc957b4d7d5adea41fa774e /docs | |
parent | 2cbba20205318b3c16b7aa8cd2693e2838c547c1 (diff) | |
download | openshift-000e179cb3d39756d9bf5f846e2be3a7d3759f5f.tar.gz openshift-000e179cb3d39756d9bf5f846e2be3a7d3759f5f.tar.bz2 openshift-000e179cb3d39756d9bf5f846e2be3a7d3759f5f.tar.xz openshift-000e179cb3d39756d9bf5f846e2be3a7d3759f5f.zip |
Changes to make documentation less specific to OSE or AE and also
adds README_AEP.md.
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..4b7d7c43d 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 |