Fix typos in README.rst
This commit is contained in:
parent
4caa3f8d4b
commit
83ab48c316
16
README.rst
16
README.rst
@ -19,7 +19,7 @@ Available states
|
|||||||
``users``
|
``users``
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Configure a user's home directory, group, the user itself, secondary groups,
|
Configures a user's home directory, group, the user itself, secondary groups,
|
||||||
and associated keys. Also configures sudo access, and absent users.
|
and associated keys. Also configures sudo access, and absent users.
|
||||||
|
|
||||||
``users.sudo``
|
``users.sudo``
|
||||||
@ -31,21 +31,21 @@ is configured.
|
|||||||
``users.bashrc``
|
``users.bashrc``
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Ensures the bashrc file exists in the users home directory. Set manage_bashrc:
|
Ensures the bashrc file exists in the users home directory. Sets 'manage_bashrc:
|
||||||
True in pillar per user. Defaults to False
|
True' in pillar per user. Defaults to False.
|
||||||
|
|
||||||
``users.profile``
|
``users.profile``
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Ensures the profile file exists in the users home directory. Set manage_profile:
|
Ensures the profile file exists in the users home directory. Sets 'manage_profile:
|
||||||
True in pillar per user. Defaults to False
|
True' in pillar per user. Defaults to False.
|
||||||
|
|
||||||
``users.vimrc``
|
``users.vimrc``
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Ensures the vimrc file exists in the users home directory. Set manage_vimrc:
|
Ensures the vimrc file exists in the users home directory. Sets 'manage_vimrc:
|
||||||
True in pillar per user. Defaults to False
|
True' in pillar per user. Defaults to False.
|
||||||
This depends on the vim-formula to be installed
|
This depends on the vim-formula to be installed.
|
||||||
|
|
||||||
``users.user_files``
|
``users.user_files``
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
Reference in New Issue
Block a user