Skip to content

Commit 494e805

Browse files
committed
Updated capitalization in admin.rst
Updated capitalization of fabric and salt to Fabric and Salt
1 parent cb2998a commit 494e805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/scenarios/admin.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Fabric
66

77
`Fabric <http://docs.fabfile.org>`_ is a library for simplifying system
88
administration tasks. While Chef and Puppet tend to focus on managing servers
9-
and system libraries, fabric is more focused on application level tasks such
9+
and system libraries, Fabric is more focused on application level tasks such
1010
as deployment.
1111

1212
Install Fabric:
@@ -77,7 +77,7 @@ It supports remote command execution from a central point (master host) to multi
7777
hosts (minions). It also supports system states which can be used to configure
7878
multiple servers using simple template files.
7979

80-
Salt supports python versions 2.6 and 2.7 and can be installed via pip:
80+
Salt supports Python versions 2.6 and 2.7 and can be installed via pip:
8181

8282
.. code-block:: console
8383
@@ -95,7 +95,7 @@ The following command lists all available minion hosts, using the ping module.
9595
The host filtering is accomplished by matching the minion id, or using the grains system.
9696
The `grains <http://docs.saltstack.org/en/latest/topics/targeting/grains.html>`_ system
9797
uses static host information like the operating system version or the CPU architecture to
98-
provide a host taxonomy for the salt modules.
98+
provide a host taxonomy for the Salt modules.
9999

100100
The following command lists all available minions running CentOS using the grains system:
101101

@@ -119,7 +119,7 @@ and start the Apache server:
119119
- require:
120120
- pkg: apache
121121
122-
State files can be written using YAML, the Jinja2 template system or pure python.
122+
State files can be written using YAML, the Jinja2 template system or pure Python.
123123

124124
`Salt Documentation <http://docs.saltstack.com>`_
125125

0 commit comments

Comments
 (0)