Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
op-ct committed Aug 30, 2021
1 parent 541e679 commit fdcb2e9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/user_guide/Initial_Server_Configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ configuration of the :term:`SIMP server` straightforward and repeatable.
In these instructions, we will be using the ``config`` and ``bootstrap``
options of the ``simp`` command

For a list of the commands ``simp`` provides, type ``simp help``. Type
``simp <Command> --help`` for more information on a specific command.
For a list of the commands ``simp`` provides, type :command:`simp help`. Type
:command:`simp <Command> --help` for more information on a specific command.

* ``simp config`` sets up configuration required to bootstrap the SIMP server
* :command:`simp config` sets up configuration required to bootstrap the SIMP server
with Puppet. It asks questions, generates configuration files, and applies
preliminary server configuration based on the answers. It records the options
chosen in a file, ``/root/.simp/simp_conf.yaml`` and generates a log file
under ``/root/.simp/``.
chosen in a file, :file:`/root/.simp/simp_conf.yaml` and generates a log file
under :file:`/root/.simp/`.

* You can use the ``--dry-run`` option to step through the questions without
changing anything and then run ``simp config -a /root/.simp/simp_conf.yaml``
changing anything and then run :command:`simp config -a /root/.simp/simp_conf.yaml`
to apply the changes.

* ``simp config`` uses the ``production`` :term:`Puppet Environment` by
* :command:`simp config` uses the ``production`` :term:`Puppet Environment` by
default. If you want to use a different initial environment, see
:ref:`howto-use-an-alternate-simp-config-environment`.

* ``simp bootstrap`` uses several targeted Puppet runs to configure the rest
of the system and generates a log file under ``/root/.simp/``.
* :command:`simp bootstrap` uses several targeted Puppet runs to configure the rest
of the system and generates a log file under :file:`/root/.simp/`.

For more details about initial configuration provided by ``simp config`` see
:ref:`gsg-advanced-configuration`.
For more details about initial configuration provided by :command:`simp
config`, see :ref:`gsg-advanced-configuration`.

Configuring the SIMP Server
---------------------------
Expand All @@ -48,21 +48,21 @@ Configuring the SIMP Server
* **If you installed from the ISO**

* Log in as ``simp``.
* Run ``sudo su - root``.
* Run :command:`sudo su - root`.

* **If you installed from RPM**

* Create a local user that can escalate to ``root`` and use it to access the ``root`` account.

#. Run ``simp config`` and configure the system as prompted.
#. Run :command:`simp config` and configure the system as prompted.

* These settings will be used to set up files appropriate for bootstrapping the system.

* For each setting:

* Press *Enter* to keep the recommended value or enter your desired value.

* For more details about ``simp config``'s installation variables and actions, see
* For more details about :command:`simp config`'s installation variables and actions, see
:ref:`gsg-advanced-configuration`.

.. NOTE::
Expand All @@ -80,9 +80,9 @@ Configuring the SIMP Server

For example, to extend the timeout to 10 minutes:

.. code:: bash
.. code:: console
$ simp bootstrap -w 10
simp bootstrap -w 10
.. NOTE::

Expand Down

0 comments on commit fdcb2e9

Please sign in to comment.