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:
parent
ccc6843967
commit
f060da55d7
@ -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
|
||||
*****************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user