Skip to content

Commit

Permalink
Consistency change in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvestre Ledru committed Nov 19, 2013
1 parent 49de8e0 commit b9a04bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/ref/states/ordering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ These requisite statements are applied to a specific state declaration:
- require:
- pkg: httpd
In this example the **require** requisite is used to declare that the file
In this example, the **require** requisite is used to declare that the file
/etc/httpd/conf/httpd.conf should only be set up if the pkg state executes
successfully.

Expand Down Expand Up @@ -134,7 +134,7 @@ more requisites. Both requisite types can also be separately declared:
group:
- present
In this example the httpd service is only going to be started if the package,
In this example, the httpd service is only going to be started if the package,
user, group and file are executed successfully.

The Require Requisite
Expand Down Expand Up @@ -190,7 +190,7 @@ Perhaps an example can better explain the behavior:
- file: /etc/redis.conf
- pkg: redis
In this example the redis service will only be started if the file
In this example, the redis service will only be started if the file
/etc/redis.conf is applied, and the file is only applied if the package is
installed. This is normal require behavior, but if the watched file changes,
or the watched package is installed or upgraded, then the redis service is
Expand Down

0 comments on commit b9a04bc

Please sign in to comment.