Skip to content

Commit

Permalink
glossary.rst: fix typo regarding file mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tyll committed Mar 15, 2013
1 parent fc8d937 commit 2b4621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/rst/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Resource Model

Ansible modules work in terms of resources. For instance the file module will select a particular file, say, /etc/motd
and ensure that attributes of that resource match a particular model, for instance, we might wish to set the ownership
to 'root' if not already set to root, or set the mode to '0644' if not already set to 06444. The resource models
to 'root' if not already set to root, or set the mode to '0644' if not already set to '0644'. The resource models
are 'idempotent' meaning change commands are not run unless needed, and ansible will bring the system back to a desired
state regardless of the actual state -- rather than you having to tell it how to get to the state.

Expand Down

0 comments on commit 2b4621d

Please sign in to comment.