diff options
author | Diego Castro <spinolacastro@gmail.com> | 2015-08-15 16:37:48 -0300 |
---|---|---|
committer | Diego Castro <spinolacastro@gmail.com> | 2015-08-15 16:37:48 -0300 |
commit | e7925364342c9a324d91e750ba56aa41ad789419 (patch) | |
tree | 289116d3a701ad67730794f8bcf7d71dbdc657f4 /docs | |
parent | 1d764a0bebbbb12e3c3142c59b10fae34c8b7211 (diff) | |
parent | 30d653aa5b776afbf35c98b1b5e7436f8cb7123c (diff) | |
download | openshift-e7925364342c9a324d91e750ba56aa41ad789419.tar.gz openshift-e7925364342c9a324d91e750ba56aa41ad789419.tar.bz2 openshift-e7925364342c9a324d91e750ba56aa41ad789419.tar.xz openshift-e7925364342c9a324d91e750ba56aa41ad789419.zip |
Merge remote-tracking branch 'openshift/master' into project_config
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 |