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

This commit is contained in:
Zuul 2017-10-28 11:18:54 +00:00 committed by Gerrit Code Review
commit 7725fa182c
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
*****************************************************************