writing convention: do not use “-y” for package install

refer to:
https://docs.openstack.org/doc-contrib-guide/writing-style/ \
code-conventions.html

Change-Id: I92de0bfcbff95671d6fdf3e74e1239019e094b40
This commit is contained in:
melissaml 2017-10-19 21:13:13 +08:00 committed by Kaitlin Farr
parent ccc6843967
commit f060da55d7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ To install the required packages:
.. code-block:: bash
yum install -y pki-ca pki-kra 389-ds-base
yum install pki-ca pki-kra 389-ds-base
Creating the Directory Server Instance for the Dogtag Internal DB
*****************************************************************